Skip to content

Commit e92e184

Browse files
authored
podman-desktop: disable auto-signing (on darwin) (#388871)
2 parents af5c4a9 + 9fdd3b5 commit e92e184

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/by-name/po/podman-desktop/package.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ stdenv.mkDerivation (finalAttrs: {
3939

4040
ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
4141

42+
# Don't attempt to sign the darwin app bundle.
43+
# It's impure and may fail in some restricted environments.
44+
CSC_IDENTITY_AUTO_DISCOVERY = lib.optionals stdenv.hostPlatform.isDarwin "false";
45+
4246
nativeBuildInputs = [
4347
nodejs
4448
pnpm_9.configHook

0 commit comments

Comments
 (0)