Unverified Commit 81e3ef43 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

perlPackages.MathCalcParser: mark as broken

Apparently it hasn't succeeded for several months:
https://hydra.nixos.org/job/nixpkgs/trunk/perl536Packages.MathCalcParser.x86_64-linux/all
https://hydra.nixos.org/job/nixpkgs/trunk/perl538Packages.MathCalcParser.x86_64-linux/all

And I also caught the build eating lots of RAM, like 50G.
That can cause issues for other builds running alongside.
parent db79c841
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14674,6 +14674,7 @@ with self; {
    meta = {
      description = "Parse and evaluate mathematical expressions";
      homepage = "https://github.com/Grinnz/Math-Calc-Parser";
      broken = true;
      license = with lib.licenses; [ artistic2 ];
      maintainers = with maintainers; [ sgo ];
    };