Revert "Hide nodePackages from nix-env"
Now node packages that aren't just programs have a node- prefix in their names. This reverts commit 2f11bc495b50c36c1984f334df6867c1b9200a91. Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
3bec816e0d
commit
f2210651eb
@ -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…
x
Reference in New Issue
Block a user