Do not build nodePackages.

This commit is contained in:
Rob Vermaas
2015-03-24 14:13:38 +00:00
parent 7094efc5da
commit cc9e1930ae

View File

@@ -1613,11 +1613,11 @@ let
nodejs = callPackage ../development/web/nodejs { };
nodejs-unstable = callPackage ../development/web/nodejs { unstableVersion = true; };
nodePackages = recurseIntoAttrs (callPackage ./node-packages.nix {
nodePackages = callPackage ./node-packages.nix {
inherit pkgs stdenv nodejs fetchurl fetchgit;
neededNatives = [python] ++ lib.optional (lib.elem system lib.platforms.linux) utillinux;
self = pkgs.nodePackages;
});
};
ldapvi = callPackage ../tools/misc/ldapvi { };