[cpan2nix] perlPackages.MathBigRat: cleanup

This commit is contained in:
volth 2018-10-02 01:13:48 +00:00
parent 4b370f45c2
commit 5bd2bb1e0d

View File

@ -9198,7 +9198,6 @@ let
url = "mirror://cpan/authors/id/P/PJ/PJACKLAM/${name}.tar.gz"; url = "mirror://cpan/authors/id/P/PJ/PJACKLAM/${name}.tar.gz";
sha256 = "cea6c20afc6c10a3dc3b62a71df3f842dce13898443bd827242ff3f09f1f3d59"; sha256 = "cea6c20afc6c10a3dc3b62a71df3f842dce13898443bd827242ff3f09f1f3d59";
}; };
propagatedBuildInputs = [ MathBigInt ];
meta = { meta = {
description = "Arbitrary big rational numbers"; description = "Arbitrary big rational numbers";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];