Merge pull request #195422 from Baitinq/fix_smart-wallpaper_dependencies

This commit is contained in:
Sandro
2022-10-11 00:52:02 +02:00
committed by GitHub
+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; {