Unverified Commit a6276deb authored by Marco "Capypara" Köpcke's avatar Marco "Capypara" Köpcke
Browse files

jetbrains: refactor some builder attributes

parent f55d624a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -33,8 +33,6 @@ lib.extendMkDerivation {

      dontFixup = true;

      plugins = [ ];

      installPhase = ''
        runHook preInstall
        APP_DIR="$out/Applications/${product}.app"
+2 −3
Original line number Diff line number Diff line
@@ -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;
    };
}