mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
zotero: sign .app bundle on darwin
(cherry picked from commit 37121b66bb)
This commit is contained in:
committed by
github-actions[bot]
parent
0976ddb447
commit
bba87362a3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user