Unverified Commit e92e1841 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

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

parents af5c4a95 9fdd3b56
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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