smart-wallpaper: Add missing 'redshift' dependency

This commit is contained in:
Baitinq 2022-10-10 23:34:42 +02:00
parent 223e7d16ca
commit 0ffd51df20
No known key found for this signature in database
GPG Key ID: FD14C4672CA7D2C5

View File

@ -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; {