mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
jetbrains: fix darwin errors on macOS 13
As the jetbrains products have notarized binaries no further post processing is required more about this can be found in 3ea22dab7d
This commit is contained in:
parent
db9208ab98
commit
456ce8dc34
@ -22,6 +22,7 @@ stdenvNoCC.mkDerivation {
|
||||
inherit pname meta src version plugins;
|
||||
passthru.buildNumber = buildNumber;
|
||||
desktopName = product;
|
||||
dontFixup = true;
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
APP_DIR="$out/Applications/${product}.app"
|
||||
|
Loading…
Reference in New Issue
Block a user