gnu: perl-gd: Remove input labels.
* gnu/packages/gd.scm (perl-gd)[inputs]: Remove labels.
parent
85e55dd90b
commit
279b0122b6
|
@ -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
|
||||
|
|
Reference in New Issue