From c890f28fb1e884986baa3565bc368be31b64da6e Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Wed, 22 Jun 2016 02:30:36 +0300 Subject: [PATCH] perlPackages.TextRoman: init at 3.3 --- pkgs/top-level/perl-packages.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 19b6001150c..f9a86e428be 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -13199,6 +13199,18 @@ let self = _self // overrides; _self = with self; { }; }; + TextRoman = buildPerlPackage rec { + name = "Text-Roman-3.3"; + src = fetchurl { + url = "mirror://cpan/authors/id/E/EC/ECALDER/${name}.tar.gz"; + sha256 = "1ris38kdj15l8l7cl5whdpyyvb0rz8dh9p0w36wgydi3b2pxsa25"; + }; + meta = { + description = "Allows conversion between Roman and Arabic algarisms"; + license = stdenv.lib.licenses.bsd3; + }; + }; + TextSimpleTable = buildPerlPackage { name = "Text-SimpleTable-2.03"; src = fetchurl {