gnu: gd: Remove input labels.
* gnu/packages/gd.scm (gd)[inputs]: Remove labels.
This commit is contained in:
parent
37fa56cf6e
commit
ffcf6a5140
1 changed files with 5 additions and 5 deletions
|
@ -77,11 +77,11 @@
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("fontconfig" ,fontconfig)
|
(list fontconfig
|
||||||
("freetype" ,freetype)
|
freetype
|
||||||
("libjpeg" ,libjpeg-turbo)
|
libjpeg-turbo
|
||||||
("libpng" ,libpng)
|
libpng
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(home-page "https://www.libgd.org/")
|
(home-page "https://www.libgd.org/")
|
||||||
(synopsis "Library for the dynamic creation of images by programmers")
|
(synopsis "Library for the dynamic creation of images by programmers")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue