pkgs/development: stdenv.lib -> lib in node-composition files

Future updates to these files should generate them with node2nix 1.9.0
which removes stdenv.lib from the generated Nix.
This commit is contained in:
Ben Siraphob
2021-01-30 09:42:34 +07:00
parent 78b5cfc15a
commit 32fc8b9134
17 changed files with 83 additions and 83 deletions

View File

@@ -6,7 +6,7 @@
let
nodeEnv = import ../../node-packages/node-env.nix {
inherit (pkgs) stdenv python2 util-linux runCommand writeTextFile;
inherit (pkgs) lib stdenv python2 util-linux runCommand writeTextFile;
inherit nodejs;
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
};