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
commit a65921ce99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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