Commit bbf0e123 authored by Maciej Krüger's avatar Maciej Krüger
Browse files

dbeaver-bin: fix build on darwin, fixes #354475

parent 9f1f987c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
  dontBuild = true;

  prePatch = ''
    substituteInPlace dbeaver.ini \
    substituteInPlace ${lib.optionalString stdenvNoCC.hostPlatform.isDarwin "Contents/Eclipse/"}dbeaver.ini \
      --replace-fail '-Xmx1024m' '-Xmx${override_xmx}'
  '';