nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

pantheon.elementary-greeter: correct substituteAll

(cherry picked from commit c2ac422d402100380b0f985df19e60bfbe5c6355)

+2 -2
+1 -1
pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix
··· 52 52 patches = [ 53 53 (substituteAll { 54 54 src = ./gsd.patch; 55 - elementary-settings-daemon = "${elementary-settings-daemon}/libexec"; 55 + elementary_settings_daemon = "${elementary-settings-daemon}/libexec/"; 56 56 }) 57 57 (substituteAll { 58 58 src = ./numlockx.patch;
+1 -1
pkgs/desktops/pantheon/desktop/elementary-greeter/gsd.patch
··· 7 7 conf_data.set('CONF_DIR', join_paths(get_option('sysconfdir'), 'lightdm')) 8 8 conf_data.set('GETTEXT_PACKAGE', meson.project_name()) 9 9 -conf_data.set('GSD_DIR', '/usr/lib/gnome-settings-daemon/') 10 - +conf_data.set('GSD_DIR', '@elementary-settings-daemon@') 10 + +conf_data.set('GSD_DIR', '@elementary_settings_daemon@') 11 11 conf_data.set('VERSION', meson.project_version()) 12 12 config_header = configure_file ( 13 13 input: 'config.vala.in',