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:
Shea Levy 2014-02-03 17:28:12 -05:00
parent 3bec816e0d
commit f2210651eb

View file

@ -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 { };