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
commit 48abf9abb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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