Loading pkgs/misc/screensavers/betterlockscreen/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , bc , coreutils , dbus , withDunst ? true , dunst , i3lock-color , gawk Loading @@ -17,6 +18,12 @@ , xorg }: let runtimeDeps = [ bc coreutils dbus i3lock-color gawk gnugrep gnused imagemagick procps xorg.xdpyinfo xorg.xrandr xorg.xset ] ++ lib.optionals withDunst [ dunst ]; in stdenv.mkDerivation rec { pname = "betterlockscreen"; version = "4.0.4"; Loading @@ -36,7 +43,7 @@ stdenv.mkDerivation rec { mkdir -p $out/bin cp betterlockscreen $out/bin/betterlockscreen wrapProgram "$out/bin/betterlockscreen" \ --prefix PATH : "$out/bin:${lib.makeBinPath [ bc coreutils dbus dunst i3lock-color gawk gnugrep gnused imagemagick procps xorg.xdpyinfo xorg.xrandr xorg.xset ]}" --prefix PATH : "$out/bin:${lib.makeBinPath runtimeDeps}" runHook postInstall ''; Loading Loading
pkgs/misc/screensavers/betterlockscreen/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , bc , coreutils , dbus , withDunst ? true , dunst , i3lock-color , gawk Loading @@ -17,6 +18,12 @@ , xorg }: let runtimeDeps = [ bc coreutils dbus i3lock-color gawk gnugrep gnused imagemagick procps xorg.xdpyinfo xorg.xrandr xorg.xset ] ++ lib.optionals withDunst [ dunst ]; in stdenv.mkDerivation rec { pname = "betterlockscreen"; version = "4.0.4"; Loading @@ -36,7 +43,7 @@ stdenv.mkDerivation rec { mkdir -p $out/bin cp betterlockscreen $out/bin/betterlockscreen wrapProgram "$out/bin/betterlockscreen" \ --prefix PATH : "$out/bin:${lib.makeBinPath [ bc coreutils dbus dunst i3lock-color gawk gnugrep gnused imagemagick procps xorg.xdpyinfo xorg.xrandr xorg.xset ]}" --prefix PATH : "$out/bin:${lib.makeBinPath runtimeDeps}" runHook postInstall ''; Loading