gnu: gd: Remove input labels.
* gnu/packages/gd.scm (gd)[inputs]: Remove labels.master
parent
37fa56cf6e
commit
ffcf6a5140
|
@ -77,11 +77,11 @@
|
|||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
`(("fontconfig" ,fontconfig)
|
||||
("freetype" ,freetype)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("libpng" ,libpng)
|
||||
("zlib" ,zlib)))
|
||||
(list fontconfig
|
||||
freetype
|
||||
libjpeg-turbo
|
||||
libpng
|
||||
zlib))
|
||||
(home-page "https://www.libgd.org/")
|
||||
(synopsis "Library for the dynamic creation of images by programmers")
|
||||
(description
|
||||
|
|
Reference in New Issue