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.
This commit is contained in:
Vladimír Čunát 2023-09-22 12:43:12 +02:00
parent db79c84127
commit 81e3ef436c
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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 ];
};