mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Merge pull request #195422 from Baitinq/fix_smart-wallpaper_dependencies
This commit is contained in:
commit
48abf9abb0
|
@ -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