redshift,redshift-wlr: Fix a file path in postInstall
This commit is contained in:
parent
ee02ea68d4
commit
3f5258b6ab
@ -65,7 +65,7 @@ let
|
|||||||
postInstall = ''
|
postInstall = ''
|
||||||
substituteInPlace $out/share/applications/redshift.desktop \
|
substituteInPlace $out/share/applications/redshift.desktop \
|
||||||
--replace 'Exec=redshift' "Exec=$out/bin/redshift"
|
--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"
|
--replace 'Exec=redshift-gtk' "Exec=$out/bin/redshift-gtk"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user