about summary refs log tree commit diff
path: root/pkgs/build-support/remove-references-to/darwin-sign-fixup.sh
diff options
context:
space:
mode:
authorAndrew Childs <lorne@cons.org.nz>2021-02-15 14:55:53 +0900
committerAndrew Childs <lorne@cons.org.nz>2021-05-17 00:27:03 +0900
commitf067102afec850febd148fef827acdc6e759a59d (patch)
treeb199fcdb242fc651d2bfa99e811270024ce7398b /pkgs/build-support/remove-references-to/darwin-sign-fixup.sh
parent6815776cb0b623c3ded838abc00b923838bba55c (diff)
removeReferencesTo: fix code signatures on aarch64-darwin
Diffstat (limited to 'pkgs/build-support/remove-references-to/darwin-sign-fixup.sh')
-rw-r--r--pkgs/build-support/remove-references-to/darwin-sign-fixup.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/build-support/remove-references-to/darwin-sign-fixup.sh b/pkgs/build-support/remove-references-to/darwin-sign-fixup.sh
new file mode 100644
index 0000000000000..940c18e5a6271
--- /dev/null
+++ b/pkgs/build-support/remove-references-to/darwin-sign-fixup.sh
@@ -0,0 +1,5 @@
+# Fixup hook for nukeReferences, not stdenv
+
+source @signingUtils@
+
+fixupHooks+=(signIfRequired)