gnu: imlib2: Remove input labels.
* gnu/packages/image.scm (imlib2)[native-inputs]: Remove input labels. [inputs]: Same.master
parent
53c0619559
commit
d57ec0a303
|
@ -1016,18 +1016,18 @@ Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} files.")
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags (list "--disable-static")))
|
'(#:configure-flags (list "--disable-static")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkgconfig" ,pkg-config)))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bzip2" ,bzip2)
|
(list bzip2
|
||||||
("freetype" ,freetype)
|
freetype
|
||||||
("giflib" ,giflib)
|
giflib
|
||||||
("libid3tag" ,libid3tag)
|
libid3tag
|
||||||
("libjpeg" ,libjpeg-turbo)
|
libjpeg-turbo
|
||||||
("libpng" ,libpng)
|
libpng
|
||||||
("libtiff" ,libtiff)
|
libtiff
|
||||||
("libx11" ,libx11)
|
libx11
|
||||||
("libxext" ,libxext)
|
libxext
|
||||||
("libwebp" ,libwebp)))
|
libwebp))
|
||||||
(home-page "https://sourceforge.net/projects/enlightenment/")
|
(home-page "https://sourceforge.net/projects/enlightenment/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Loading, saving, rendering and manipulating image files")
|
"Loading, saving, rendering and manipulating image files")
|
||||||
|
|
Reference in New Issue