Loading pkgs/applications/editors/jetbrains/builder/darwin.nix +0 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,6 @@ lib.extendMkDerivation { dontFixup = true; plugins = [ ]; installPhase = '' runHook preInstall APP_DIR="$out/Applications/${product}.app" Loading pkgs/applications/editors/jetbrains/builder/linux.nix +2 −3 Original line number Diff line number Diff line Loading @@ -187,11 +187,10 @@ lib.extendMkDerivation { runHook postInstall ''; preferLocalBuild = !(finalAttrs.meta.license.free or true); meta = meta // { mainProgram = pname; }; } // lib.optionalAttrs (!(meta.license.free or true)) { preferLocalBuild = true; }; } Loading
pkgs/applications/editors/jetbrains/builder/darwin.nix +0 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,6 @@ lib.extendMkDerivation { dontFixup = true; plugins = [ ]; installPhase = '' runHook preInstall APP_DIR="$out/Applications/${product}.app" Loading
pkgs/applications/editors/jetbrains/builder/linux.nix +2 −3 Original line number Diff line number Diff line Loading @@ -187,11 +187,10 @@ lib.extendMkDerivation { runHook postInstall ''; preferLocalBuild = !(finalAttrs.meta.license.free or true); meta = meta // { mainProgram = pname; }; } // lib.optionalAttrs (!(meta.license.free or true)) { preferLocalBuild = true; }; }