mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 21:41:15 +02:00
gnu: gd: Remove input labels.
* gnu/packages/gd.scm (gd)[inputs]: Remove labels.
This commit is contained in:
@@ -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
Block a user