We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af5c4a9 + 9fdd3b5 commit e92e184Copy full SHA for e92e184
pkgs/by-name/po/podman-desktop/package.nix
@@ -39,6 +39,10 @@ stdenv.mkDerivation (finalAttrs: {
39
40
ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
41
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
+
46
nativeBuildInputs = [
47
nodejs
48
pnpm_9.configHook
0 commit comments