Revert "Hide nodePackages from nix-env"
Now node packages that aren't just programs have a node- prefix in their
names.
This reverts commit 2f11bc495b
.
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
3bec816e0d
commit
f2210651eb
1 changed files with 2 additions and 2 deletions
|
@ -1253,11 +1253,11 @@ let
|
|||
|
||||
nodejs = callPackage ../development/web/nodejs {};
|
||||
|
||||
nodePackages = import ./node-packages.nix {
|
||||
nodePackages = recurseIntoAttrs (import ./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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue