treewide: stdenv.lib -> lib
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
installPhase =
|
||||
let
|
||||
PATH =
|
||||
stdenv.lib.makeBinPath
|
||||
lib.makeBinPath
|
||||
[imagemagick i3lock-color xdpyinfo xrandr bc feh procps xrdb];
|
||||
in ''
|
||||
mkdir -p $out/bin
|
||||
|
||||
Reference in New Issue
Block a user