nodejs: fixup
This commit is contained in:
parent
cf7163f6f4
commit
b1a38cd40d
@ -44,9 +44,10 @@ in stdenv.mkDerivation {
|
|||||||
patches = stdenv.lib.optionals stdenv.isDarwin [ ./no-xcode.patch ./pkg-libpath.patch ];
|
patches = stdenv.lib.optionals stdenv.isDarwin [ ./no-xcode.patch ./pkg-libpath.patch ];
|
||||||
|
|
||||||
buildInputs = [ python zlib libuv openssl python ]
|
buildInputs = [ python zlib libuv openssl python ]
|
||||||
++ optionals stdenv.isLinux [ utillinux http-parser ]
|
++ optionals stdenv.isLinux [ utillinux http-parser ];
|
||||||
nativeBuildInputs = [ pkgconfig ]
|
nativeBuildInputs = [ pkgconfig ]
|
||||||
++ optional stdenv.isDarwin libtool;
|
++ optional stdenv.isDarwin libtool;
|
||||||
|
|
||||||
setupHook = ./setup-hook.sh;
|
setupHook = ./setup-hook.sh;
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user