3
0
Fork 0
forked from mirrors/nixpkgs

nodejs: Fix configuration

This commit is contained in:
Shea Levy 2014-04-21 09:05:34 -04:00
parent ad80532881
commit 3b93b7bfe6

View file

@ -10,7 +10,8 @@ let
# !!! Should we also do shared libuv?
deps = {
inherit v8_3_14 openssl zlib http-parser;
v8 = v8_3_14;
inherit openssl zlib http-parser;
cares = c-ares;
};