me
/
guix
Archived
1
0
Fork 0

gnu: gd: Remove input labels.

* gnu/packages/gd.scm (gd)[inputs]: Remove labels.
master
Marius Bakke 2022-07-05 22:39:40 +02:00
parent 37fa56cf6e
commit ffcf6a5140
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 5 deletions

View File

@ -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