Unverified Commit a65921ce authored by Stig's avatar Stig Committed by GitHub
Browse files

Merge pull request #256661 from vcunat/p/perlPackages.MathCalcParser

perlPackages.MathCalcParser: mark as broken
parents cdd0e602 81e3ef43
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 ];
    };