redshift,redshift-wlr: Fix a file path in postInstall

This commit is contained in:
Michael Weiss 2020-08-06 11:57:07 +02:00
parent ee02ea68d4
commit 3f5258b6ab
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -65,7 +65,7 @@ let
postInstall = ''
substituteInPlace $out/share/applications/redshift.desktop \
--replace 'Exec=redshift' "Exec=$out/bin/redshift"
substituteInPlace $out/share/applications/redshift.desktop \
substituteInPlace $out/share/applications/redshift-gtk.desktop \
--replace 'Exec=redshift-gtk' "Exec=$out/bin/redshift-gtk"
'';