zotero: sign .app bundle on darwin

(cherry picked from commit 37121b66bb)
This commit is contained in:
Mukul Agarwal
2026-07-06 19:54:57 -04:00
committed by github-actions[bot]
parent 0976ddb447
commit bba87362a3

View File

@@ -3,6 +3,7 @@
stdenv,
fetchFromGitHub,
buildNpmPackage,
darwin,
nodejs_22,
perl,
python3,
@@ -183,6 +184,7 @@ buildNpmPackage (finalAttrs: {
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
makeBinaryWrapper
darwin.autoSignDarwinBinariesHook
]
++ lib.optionals (!stdenv.hostPlatform.isDarwin) [
wrapGAppsHook3