mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
Do not build nodePackages.
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user