nodejs: implement a darwin-specific fix that properly refers to tr1/type_traits
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
, pkgconfig, runCommand, which, libtool
|
||||
, version
|
||||
, src
|
||||
, preBuild ? ""
|
||||
, ...
|
||||
}:
|
||||
|
||||
@@ -25,9 +26,7 @@ let
|
||||
|
||||
in stdenv.mkDerivation {
|
||||
|
||||
inherit version;
|
||||
|
||||
inherit src;
|
||||
inherit version src preBuild;
|
||||
|
||||
name = "nodejs-${version}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user