mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
add darwin libtool to nodejs 4.1.0
This commit is contained in:
parent
06eab94f16
commit
f4a7173e83
@ -54,6 +54,8 @@ in stdenv.mkDerivation {
|
||||
propagatedBuildInputs = optionals stdenv.isDarwin [ Carbon ];
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.interpreterName = "nodejs-0.10";
|
||||
|
||||
meta = {
|
||||
|
@ -2007,6 +2007,7 @@ let
|
||||
ninka = callPackage ../development/tools/misc/ninka { };
|
||||
|
||||
nodejs-4_1 = callPackage ../development/web/nodejs/v4_1_0.nix {
|
||||
libtool = darwin.cctools;
|
||||
libuv = libuvVersions.v1_7_5;
|
||||
openssl = openssl_1_0_2;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user