summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-08-20 20:47:20 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-08-20 20:49:25 -0500
commit4826f9b828a751ce18316f8341cf1f2a38f1aea7 (patch)
tree816f431d7a5598b1921ab7a8e60a8dd922184033 /pkgs/development/libraries
parent69567fc0a7cd42c8b08b36176355d3edcedc4a3a (diff)
downloadnixlib-4826f9b828a751ce18316f8341cf1f2a38f1aea7.tar
nixlib-4826f9b828a751ce18316f8341cf1f2a38f1aea7.tar.gz
nixlib-4826f9b828a751ce18316f8341cf1f2a38f1aea7.tar.bz2
nixlib-4826f9b828a751ce18316f8341cf1f2a38f1aea7.tar.lz
nixlib-4826f9b828a751ce18316f8341cf1f2a38f1aea7.tar.xz
nixlib-4826f9b828a751ce18316f8341cf1f2a38f1aea7.tar.zst
nixlib-4826f9b828a751ce18316f8341cf1f2a38f1aea7.zip
qtwebengine: remove old darwin patch
file apparently doesn’t exist anymore
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/qt-5/modules/qtwebengine.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/qt-5/modules/qtwebengine.nix b/pkgs/development/libraries/qt-5/modules/qtwebengine.nix
index dc5f2ae96b3e..7d342330491c 100644
--- a/pkgs/development/libraries/qt-5/modules/qtwebengine.nix
+++ b/pkgs/development/libraries/qt-5/modules/qtwebengine.nix
@@ -103,8 +103,6 @@ EOF
     # Apple has some secret stuff they don't share with OpenBSM
     substituteInPlace src/3rdparty/chromium/base/mac/mach_port_broker.mm \
       --replace "audit_token_to_pid(msg.trailer.msgh_audit)" "msg.trailer.msgh_audit.val[5]"
-    substituteInPlace src/3rdparty/chromium/sandbox/mac/bootstrap_sandbox.cc \
-      --replace "audit_token_to_pid(msg.trailer.msgh_audit)" "msg.trailer.msgh_audit.val[5]"
     '';
 
   NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-DMAC_OS_X_VERSION_MAX_ALLOWED=MAC_OS_X_VERSION_10_10 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_10";