lol

perl-PDF-API2: init at 2.027

+14
+14
pkgs/top-level/perl-packages.nix
··· 9608 9608 }; 9609 9609 }; 9610 9610 9611 + PDFAPI2 = buildPerlPackage rec { 9612 + name = "PDF-API2-2.027"; 9613 + src = fetchurl { 9614 + url = "mirror://cpan/authors/id/S/SS/SSIMMS/${name}.tar.gz"; 9615 + sha256 = "d24db02d902198406270551857830633b289ad39f5a9ba5431246f8cd60e7599"; 9616 + }; 9617 + propagatedBuildInputs = [ FontTTF ]; 9618 + meta = { 9619 + description = "Facilitates the creation and modification of PDF files"; 9620 + license = stdenv.lib.licenses.lgpl21; 9621 + maintainers = [ maintainers.rycee ]; 9622 + }; 9623 + }; 9624 + 9611 9625 Pegex = buildPerlPackage rec { 9612 9626 name = "Pegex-0.60"; 9613 9627 src = fetchurl {