about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv/darwin-sigtool-no-deep.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/mpv/darwin-sigtool-no-deep.patch')
-rw-r--r--pkgs/applications/video/mpv/darwin-sigtool-no-deep.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/video/mpv/darwin-sigtool-no-deep.patch b/pkgs/applications/video/mpv/darwin-sigtool-no-deep.patch
new file mode 100644
index 0000000000000..35ca32653a36f
--- /dev/null
+++ b/pkgs/applications/video/mpv/darwin-sigtool-no-deep.patch
@@ -0,0 +1,13 @@
+diff --git a/TOOLS/osxbundle.py b/TOOLS/osxbundle.py
+index 98699e478b..d02ecf610e 100755
+--- a/TOOLS/osxbundle.py
++++ b/TOOLS/osxbundle.py
+@@ -39,7 +39,7 @@ def apply_plist_template(plist_file, version):
+         print(line.rstrip().replace('${VERSION}', version))
+ 
+ def sign_bundle(binary_name):
+-    sh('codesign --force --deep -s - ' + bundle_path(binary_name))
++    sh('codesign --force -s - ' + bundle_path(binary_name))
+ 
+ def bundle_version():
+     if os.path.exists('VERSION'):