smart-wallpaper: Add missing 'redshift' dependency
This commit is contained in:
parent
223e7d16ca
commit
0ffd51df20
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
, killall
|
||||
, xwinwrap
|
||||
, swaybg
|
||||
, redshift
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
||||
|
@ -24,7 +25,7 @@ stdenvNoCC.mkDerivation {
|
|||
installPhase = ''
|
||||
install -Dm755 -t $out/bin smart-wallpaper
|
||||
wrapProgram $out/bin/smart-wallpaper \
|
||||
--prefix PATH : ${lib.makeBinPath [ xdpyinfo killall xwinwrap swaybg ]}
|
||||
--prefix PATH : ${lib.makeBinPath [ xdpyinfo killall xwinwrap swaybg redshift ]}
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue