Skip to content

Commit 3f5258b

Browse files
committed
redshift,redshift-wlr: Fix a file path in postInstall
1 parent ee02ea6 commit 3f5258b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/applications/misc/redshift/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ let
6565
postInstall = ''
6666
substituteInPlace $out/share/applications/redshift.desktop \
6767
--replace 'Exec=redshift' "Exec=$out/bin/redshift"
68-
substituteInPlace $out/share/applications/redshift.desktop \
68+
substituteInPlace $out/share/applications/redshift-gtk.desktop \
6969
--replace 'Exec=redshift-gtk' "Exec=$out/bin/redshift-gtk"
7070
'';
7171

0 commit comments

Comments
 (0)