We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee02ea6 commit 3f5258bCopy full SHA for 3f5258b
1 file changed
pkgs/applications/misc/redshift/default.nix
@@ -65,7 +65,7 @@ let
65
postInstall = ''
66
substituteInPlace $out/share/applications/redshift.desktop \
67
--replace 'Exec=redshift' "Exec=$out/bin/redshift"
68
- substituteInPlace $out/share/applications/redshift.desktop \
+ substituteInPlace $out/share/applications/redshift-gtk.desktop \
69
--replace 'Exec=redshift-gtk' "Exec=$out/bin/redshift-gtk"
70
'';
71
0 commit comments