mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +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?
|
||||
deps = {
|
||||
inherit v8_3_14 openssl zlib http-parser;
|
||||
v8 = v8_3_14;
|
||||
inherit openssl zlib http-parser;
|
||||
cares = c-ares;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user