From 0ffd51df20117c9fb85d8709f04b706bf153feb5 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 10 Oct 2022 23:34:42 +0200 Subject: [PATCH] smart-wallpaper: Add missing 'redshift' dependency --- pkgs/tools/X11/smart-wallpaper/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/X11/smart-wallpaper/default.nix b/pkgs/tools/X11/smart-wallpaper/default.nix index 2ddece833149..f992838935c7 100644 --- a/pkgs/tools/X11/smart-wallpaper/default.nix +++ b/pkgs/tools/X11/smart-wallpaper/default.nix @@ -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; {