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"))))
(build-system perl-build-system)
(inputs
`(("fontconfig" ,fontconfig)
("freetype" ,freetype)
("gd" ,gd)
("libpng" ,libpng)
("libjpeg" ,libjpeg-turbo)
("zlib" ,zlib)))
(list fontconfig
freetype
gd
libpng
libjpeg-turbo
zlib))
(native-inputs
(list perl-extutils-pkgconfig))
(arguments