mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: imlib2: Remove input labels.
* gnu/packages/image.scm (imlib2)[native-inputs]: Remove input labels. [inputs]: Same.
This commit is contained in:
parent
53c0619559
commit
d57ec0a303
1 changed files with 11 additions and 11 deletions
|
@ -1016,18 +1016,18 @@ (define-public imlib2
|
|||
(arguments
|
||||
'(#:configure-flags (list "--disable-static")))
|
||||
(native-inputs
|
||||
`(("pkgconfig" ,pkg-config)))
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
`(("bzip2" ,bzip2)
|
||||
("freetype" ,freetype)
|
||||
("giflib" ,giflib)
|
||||
("libid3tag" ,libid3tag)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("libpng" ,libpng)
|
||||
("libtiff" ,libtiff)
|
||||
("libx11" ,libx11)
|
||||
("libxext" ,libxext)
|
||||
("libwebp" ,libwebp)))
|
||||
(list bzip2
|
||||
freetype
|
||||
giflib
|
||||
libid3tag
|
||||
libjpeg-turbo
|
||||
libpng
|
||||
libtiff
|
||||
libx11
|
||||
libxext
|
||||
libwebp))
|
||||
(home-page "https://sourceforge.net/projects/enlightenment/")
|
||||
(synopsis
|
||||
"Loading, saving, rendering and manipulating image files")
|
||||
|
|
Loading…
Reference in a new issue