jetbrains: refactor some builder attributes

This commit is contained in:
Marco "Capypara" Köpcke
2026-02-03 19:10:58 +01:00
parent f55d624a63
commit a6276debdd
2 changed files with 2 additions and 5 deletions
@@ -33,8 +33,6 @@ lib.extendMkDerivation {
dontFixup = true;
plugins = [ ];
installPhase = ''
runHook preInstall
APP_DIR="$out/Applications/${product}.app"
@@ -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;
};
}