nodejs: nodePackages_4_2 -> nodePackages_4_x

This commit is contained in:
Rok Garbas 2015-12-06 21:58:45 +01:00
parent c90d26a2e2
commit 7ac0052ad5

View File

@ -2096,7 +2096,7 @@ let
nodePackages = if stdenv.system == "armv5tel-linux" then
nodePackages_0_10
else
nodePackages_4_2;
nodePackages_4_x;
npm2nix = nodePackages.npm2nix;