mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
redshift,redshift-wlr: Fix a file path in postInstall
This commit is contained in:
parent
ee02ea68d4
commit
3f5258b6ab
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue