nodejs: implement a darwin-specific fix that properly refers to tr1/type_traits

This commit is contained in:
Sander van der Burg
2016-07-14 12:56:45 +00:00
parent c787d2786e
commit c3ffae4777
2 changed files with 6 additions and 3 deletions

View File

@@ -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}";