summary refs log tree commit diff
path: root/pkgs/development/web/nodejs/disable-libatomic-darwin-12_x.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-12_x.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-12_x.patch')
-rw-r--r--pkgs/development/web/nodejs/disable-libatomic-darwin-12_x.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/development/web/nodejs/disable-libatomic-darwin-12_x.patch b/pkgs/development/web/nodejs/disable-libatomic-darwin-12_x.patch
deleted file mode 100644
index d6ac38138b8..00000000000
--- a/pkgs/development/web/nodejs/disable-libatomic-darwin-12_x.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/node.gyp
-+++ b/node.gyp
-@@ -289,7 +289,7 @@
-           '-Wl,-bnoerrmsg',
-         ],
-       }],
--      ['(OS=="linux" or OS=="mac") and llvm_version!=0', {
-+      ['OS=="linux" and llvm_version!=0', {
-         'libraries': ['-latomic'],
-       }],
-     ],