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

perlPackages.MathCalcParser: mark as broken
This commit is contained in:
Stig
2023-09-22 13:36:19 +02:00
committed by GitHub
+1
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 ];
};