jetbrains: refactor some builder attributes
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user