smart-wallpaper: Add missing 'redshift' dependency

This commit is contained in:
Baitinq
2022-10-10 23:34:42 +02:00
parent 223e7d16ca
commit 0ffd51df20
+2 -1
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; {