@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, openssl, python, zlib, v8, utillinux, http_parser, c-ares, pkgconfig, runCommand }:
|
||||
{ stdenv, fetchurl, openssl, python, zlib, v8, utillinux, http-parser, c-ares, pkgconfig, runCommand }:
|
||||
|
||||
let
|
||||
dtrace = runCommand "dtrace-native" {} ''
|
||||
@@ -10,9 +10,8 @@ let
|
||||
|
||||
# !!! Should we also do shared libuv?
|
||||
deps = {
|
||||
inherit v8 openssl zlib;
|
||||
inherit v8 openssl zlib http-parser;
|
||||
cares = c-ares;
|
||||
http-parser = http_parser;
|
||||
};
|
||||
|
||||
sharedConfigureFlags = name: [
|
||||
|
||||
Reference in New Issue
Block a user