perlPackages.GDText: init at 0.86

This commit is contained in:
Graham Christensen 2017-04-22 16:08:56 -04:00
parent a9f8912845
commit 2f1ef64492
No known key found for this signature in database
GPG Key ID: 06121D366FE9435C

View File

@ -5732,6 +5732,18 @@ let self = _self // overrides; _self = with self; {
};
};
GDText = buildPerlPackage rec {
name = "GDTextUtil-0.86";
src = fetchurl {
url = "https://cpan.metacpan.org/authors/id/M/MV/MVERB/GDTextUtil-0.86.tar.gz";
sha256 = "1g0nc7fz4d672ag7brlrrcz7ibm98x49qs75bq9z957ybkwcnvl8";
};
propagatedBuildInputs = [ GD ];
meta = {
description = "Text utilities for use with GD";
};
};
GeoIP = buildPerlPackage rec {
name = "Geo-IP-1.45";
src = fetchurl {