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:
parent
b83e3e2463
commit
d03a9d2f2a
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue