mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: appstream-glib: Remove unused input.
* gnu/packages/glib.scm (appstream-glib)[inputs]: Remove LIBYAML.
This commit is contained in:
parent
8c19e2a92a
commit
ff229e6c46
1 changed files with 1 additions and 2 deletions
|
@ -929,8 +929,7 @@ (define-public appstream-glib
|
|||
("gtk+" ,gtk+)
|
||||
("json-glib" ,json-glib)
|
||||
("libarchive" ,libarchive)
|
||||
("libsoup" ,libsoup)
|
||||
("libyaml" ,libyaml)))
|
||||
("libsoup" ,libsoup)))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "-Ddep11=false"
|
||||
|
|
Loading…
Reference in a new issue