mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
nodejs: Fix configuration
This commit is contained in:
parent
ad80532881
commit
3b93b7bfe6
@ -10,7 +10,8 @@ let
|
|||||||
|
|
||||||
# !!! Should we also do shared libuv?
|
# !!! Should we also do shared libuv?
|
||||||
deps = {
|
deps = {
|
||||||
inherit v8_3_14 openssl zlib http-parser;
|
v8 = v8_3_14;
|
||||||
|
inherit openssl zlib http-parser;
|
||||||
cares = c-ares;
|
cares = c-ares;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user