Ported to old no-xcode patch to the current nodejs, so that it can be built on Darwin again
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user