nodejs: add python to passthru

so nodeEnv uses the exact same version.

See also https://github.com/svanderburg/node2nix/issues/25
This commit is contained in:
Frederik Rietdijk
2016-11-24 22:28:04 +01:00
parent ef981df445
commit 2de9321880
6 changed files with 13 additions and 9 deletions
@@ -6,11 +6,11 @@
let
nodeEnv = import ../../../development/node-packages/node-env.nix {
inherit (pkgs) stdenv python utillinux runCommand writeTextFile;
inherit (pkgs) stdenv utillinux runCommand writeTextFile;
inherit nodejs;
};
in
import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}