Ported to old no-xcode patch to the current nodejs, so that it can be built on Darwin again

This commit is contained in:
Sander van der Burg
2013-12-17 11:13:55 +01:00
parent 60103a4bd9
commit 3b766653c6
2 changed files with 14 additions and 27 deletions
+1 -1
View File
@@ -52,6 +52,6 @@ in stdenv.mkDerivation {
homepage = http://nodejs.org;
license = licenses.mit;
maintainers = [ maintainers.goibhniu maintainers.shlevy ];
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
};
}