mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #254495 from tnxz/patch-1
jetbrains: fix darwin errors on macOS 13
This commit is contained in:
commit
c2027e9dae
@ -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