nodejs: apply patch that allows packages with native dependencies to compile again on darwin by bypassing xcodebuild
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ callPackage, openssl, python3, enableNpm ? true }:
|
||||
{ callPackage, openssl, python3, stdenv, enableNpm ? true }:
|
||||
|
||||
let
|
||||
buildNodejs = callPackage ./nodejs.nix {
|
||||
@@ -10,4 +10,5 @@ in
|
||||
inherit enableNpm;
|
||||
version = "14.15.1";
|
||||
sha256 = "1g61vqsgq3jsipw2fckj68i4a4pi1iz1kbw7mlw8jmzp8rl46q81";
|
||||
patches = stdenv.lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user