1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

Merge branch 'master' into staging

This commit is contained in:
Marius Bakke 2020-03-04 12:04:42 +01:00
commit e32aea5472
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
44 changed files with 690 additions and 412 deletions

View file

@ -7247,6 +7247,30 @@ file names.")
with file paths.")
(license asl2.0)))
(define-public perl-pdf-api2
(package
(name "perl-pdf-api2")
(version "2.036")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/S/SS/SSIMMS/PDF-API2-"
version ".tar.gz"))
(sha256
(base32
"0x0pa75wpb87pcshl92y5nh8pzikjp46ljlr2pqvdgpqzvll8107"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-exception" ,perl-test-exception)
("perl-test-memory-cycle" ,perl-test-memory-cycle)))
(propagated-inputs
`(("perl-font-ttf" ,perl-font-ttf)))
(home-page "https://metacpan.org/release/PDF-API2")
(synopsis "Facilitates the creation and modification of PDF files")
(description "This Perl module facilitates the creation and modification
of PDF files.")
(license lgpl2.1)))
(define-public perl-perlio-utf8_strict
(package
(name "perl-perlio-utf8-strict")