Merge pull request #111247 from siraben/stdenv-lib-node-env

pkgs/development: stdenv.lib -> lib in node-composition files
This commit is contained in:
Jörg Thalheim
2021-01-30 08:40:47 +00:00
committed by GitHub
17 changed files with 83 additions and 83 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ let
inherit (pkgs) fetchurl fetchgit;
});
nodeEnv = import ../../development/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;
};