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"))))
|
(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
|
||||||
|
|
Reference in New Issue