File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10719,16 +10719,16 @@ let self = _self // overrides; _self = with self; {
10719
10719
};
10720
10720
10721
10721
PDFAPI2 = buildPerlPackage rec {
10722
- name = "PDF-API2-2.030 ";
10722
+ name = "PDF-API2-2.033 ";
10723
10723
src = fetchurl {
10724
10724
url = "mirror://cpan/authors/id/S/SS/SSIMMS/${name}.tar.gz";
10725
- sha256 = "a802c25c1f00b093778223fc7aea94ebd87a9abdb915151746b8ee5d4a358769 ";
10725
+ sha256 = "9c0866ec1a3053f73afaca5f5cdbe6925903b4ce606f4bf4ac317731a69d27a0 ";
10726
10726
};
10727
+ buildInputs = [ TestException TestMemoryCycle ];
10727
10728
propagatedBuildInputs = [ FontTTF ];
10728
10729
meta = {
10729
10730
description = "Facilitates the creation and modification of PDF files";
10730
- license = stdenv.lib.licenses.lgpl21;
10731
- maintainers = [ maintainers.rycee ];
10731
+ license = stdenv.lib.licenses.lgpl21Plus;
10732
10732
};
10733
10733
};
10734
10734
You can’t perform that action at this time.
0 commit comments