me
/
guix
Archived
1
0
Fork 0

gnu: perl-gd: Remove input labels.

* gnu/packages/gd.scm (perl-gd)[inputs]: Remove labels.
Ludovic Courtès 2023-02-24 14:43:07 +01:00
parent 85e55dd90b
commit 279b0122b6
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 6 deletions

View File

@ -108,12 +108,12 @@ most common applications of GD involve website development.")
(base32 "0arjpa8id6k5yjxfq0j2hsinhhjzjch5lwk6gscf48l54drrw729")))) (base32 "0arjpa8id6k5yjxfq0j2hsinhhjzjch5lwk6gscf48l54drrw729"))))
(build-system perl-build-system) (build-system perl-build-system)
(inputs (inputs
`(("fontconfig" ,fontconfig) (list fontconfig
("freetype" ,freetype) freetype
("gd" ,gd) gd
("libpng" ,libpng) libpng
("libjpeg" ,libjpeg-turbo) libjpeg-turbo
("zlib" ,zlib))) zlib))
(native-inputs (native-inputs
(list perl-extutils-pkgconfig)) (list perl-extutils-pkgconfig))
(arguments (arguments