summary refs log tree commit diff
path: root/pkgs/development/web/nodejs/disable-libatomic-darwin.patch
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-11-19 06:00:00 -0500
committerJon <jonringer@users.noreply.github.com>2019-11-19 09:00:29 -0800
commit68e1a78368eb1d2a3fe58e342df996125bd1144c (patch)
treedd7ae1828890282fc790b0006e133237f3f09c0c /pkgs/development/web/nodejs/disable-libatomic-darwin.patch
parentf06ca051e2e845b7a415117f628d38fa84f4736d (diff)
downloadnixpkgs-68e1a78368eb1d2a3fe58e342df996125bd1144c.tar
nixpkgs-68e1a78368eb1d2a3fe58e342df996125bd1144c.tar.gz
nixpkgs-68e1a78368eb1d2a3fe58e342df996125bd1144c.tar.bz2
nixpkgs-68e1a78368eb1d2a3fe58e342df996125bd1144c.tar.lz
nixpkgs-68e1a78368eb1d2a3fe58e342df996125bd1144c.tar.xz
nixpkgs-68e1a78368eb1d2a3fe58e342df996125bd1144c.tar.zst
nixpkgs-68e1a78368eb1d2a3fe58e342df996125bd1144c.zip
nodejs-12_x: 12.13.0 -> 12.13.1
Changelog: https://github.com/nodejs/node/releases/tag/v12.13.1
Diffstat (limited to 'pkgs/development/web/nodejs/disable-libatomic-darwin.patch')
-rw-r--r--pkgs/development/web/nodejs/disable-libatomic-darwin.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/development/web/nodejs/disable-libatomic-darwin.patch b/pkgs/development/web/nodejs/disable-libatomic-darwin.patch
new file mode 100644
index 00000000000..7ac6c2ef895
--- /dev/null
+++ b/pkgs/development/web/nodejs/disable-libatomic-darwin.patch
@@ -0,0 +1,11 @@
+--- 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'],
+       }],
+     ],