Unverified Commit c29fd62b authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #226560 from reckenrode/postman-fix

postman: fix notarization failure on macOS 13
parents ce823244 d8b461be
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -33,6 +33,11 @@ stdenvNoCC.mkDerivation {

  nativeBuildInputs = [ unzip ];

  # Postman is notarized on macOS. Running the fixup phase will change the shell scripts embedded
  # in the bundle, which causes the notarization check to fail on macOS 13+.
  # See https://eclecticlight.co/2022/06/17/app-security-changes-coming-in-ventura/ for more information.
  dontFixup = true;

  sourceRoot = appName;

  installPhase = ''