perlPackages.MathBigIntLite: fix for perl530

Tests fail with Math::BigInt 1.999816 in Perl 5.30.3 core, so we include
`perlPackages.MathBigInt` which is 1.999818 so test pass.
This commit is contained in:
Stig Palmquist 2021-01-31 02:51:10 +01:00
parent b83e3e2463
commit d03a9d2f2a
1 changed files with 1 additions and 1 deletions

View File

@ -12221,7 +12221,7 @@ let
url = "mirror://cpan/authors/id/P/PJ/PJACKLAM/Math-BigInt-Lite-0.19.tar.gz";
sha256 = "06hm4vgihxr7m4jrq558phnnxy4am6ifba447j0h4p6jym5h7xih";
};
propagatedBuildInputs = [ MathBigInt ];
meta = {
license = with lib.licenses; [ artistic1 gpl1Plus ];
};