nodejs-12_x: 12.15.0 -> 12.16.0
Changelog: https://github.com/nodejs/node/releases/tag/v12.16.0
This commit is contained in:
parent
48704fbd4f
commit
b70a3234c5
@ -1,11 +0,0 @@
|
|||||||
--- a/node.gyp
|
|
||||||
+++ b/node.gyp
|
|
||||||
@@ -289,7 +289,7 @@
|
|
||||||
'-Wl,-bnoerrmsg',
|
|
||||||
],
|
|
||||||
}],
|
|
||||||
- ['OS in ("linux", "mac") and llvm_version != "0.0"', {
|
|
||||||
+ ['OS == "linux" and llvm_version != "0.0"', {
|
|
||||||
'libraries': ['-latomic'],
|
|
||||||
}],
|
|
||||||
],
|
|
@ -1,12 +1,10 @@
|
|||||||
{ stdenv, callPackage, openssl, icu, enableNpm ? true }:
|
{ callPackage, openssl, icu, enableNpm ? true }:
|
||||||
|
|
||||||
let
|
let
|
||||||
buildNodejs = callPackage ./nodejs.nix { inherit openssl icu; };
|
buildNodejs = callPackage ./nodejs.nix { inherit openssl icu; };
|
||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
version = "12.15.0";
|
version = "12.16.0";
|
||||||
sha256 = "06x8sma4rxbw0mxj0l4438lfpv9abxmnw2ibamq1acng1jl4zyyj";
|
sha256 = "09grij355z210mkzkzarb6gwz8b02lnaxzdll1249kiz8wvhdjdq";
|
||||||
|
|
||||||
patches = stdenv.lib.optionals stdenv.isDarwin [ ./disable-libatomic-darwin.patch ];
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user