[cpan2nix] perlPackages.bignum: cleanup
This commit is contained in:
parent
27473bdfaf
commit
af294646ea
@ -734,11 +734,11 @@ let self = _self // overrides; _self = with self; {
|
|||||||
url = "mirror://cpan/authors/id/P/PJ/PJACKLAM/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/P/PJ/PJACKLAM/${name}.tar.gz";
|
||||||
sha256 = "28685b271251927d327851e5951e38649524a4e50cb0d1d35d649e2b814f212d";
|
sha256 = "28685b271251927d327851e5951e38649524a4e50cb0d1d35d649e2b814f212d";
|
||||||
};
|
};
|
||||||
buildInputs = [ MathBigInt MathBigRat ];
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Transparent BigNumber support for Perl";
|
description = "Transparent BigNumber support for Perl";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
propagatedBuildInputs = [ MathBigInt ];
|
||||||
};
|
};
|
||||||
|
|
||||||
BitVector = buildPerlPackage {
|
BitVector = buildPerlPackage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user