aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/shells/fish/dont-codesign-on-mac.diff
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/shells/fish/dont-codesign-on-mac.diff')
-rw-r--r--nixpkgs/pkgs/shells/fish/dont-codesign-on-mac.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/shells/fish/dont-codesign-on-mac.diff b/nixpkgs/pkgs/shells/fish/dont-codesign-on-mac.diff
new file mode 100644
index 00000000000..c61350b0549
--- /dev/null
+++ b/nixpkgs/pkgs/shells/fish/dont-codesign-on-mac.diff
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 7d220a032..786b60e6e 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -183,7 +183,6 @@ ENDFUNCTION(CODESIGN_ON_MAC target)
+ # Define a function to link dependencies.
+ FUNCTION(FISH_LINK_DEPS_AND_SIGN target)
+ TARGET_LINK_LIBRARIES(${target} fishlib)
+- CODESIGN_ON_MAC(${target})
+ ENDFUNCTION(FISH_LINK_DEPS_AND_SIGN)
+
+ # Define libfish.a.