podman-desktop: disable auto-signing (on darwin) (#388871)

This commit is contained in:
Austin Horstman
2025-03-10 21:52:45 -05:00
committed by GitHub
@@ -39,6 +39,10 @@ stdenv.mkDerivation (finalAttrs: {
ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
# Don't attempt to sign the darwin app bundle.
# It's impure and may fail in some restricted environments.
CSC_IDENTITY_AUTO_DISCOVERY = lib.optionals stdenv.hostPlatform.isDarwin "false";
nativeBuildInputs = [
nodejs
pnpm_9.configHook