mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 09:43:43 -05:00
gnu: libosinfo: Use osinfo-db-next.
* gnu/packages/virtualization.scm (libosinfo)[inputs]: Use osinfo-db-next instead of osinfo-db.
This commit is contained in:
parent
63c2995041
commit
aad44e9484
1 changed files with 1 additions and 1 deletions
|
@ -1007,7 +1007,7 @@ (define-public libosinfo
|
||||||
`(("libsoup" ,libsoup-minimal-2)
|
`(("libsoup" ,libsoup-minimal-2)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("libxslt" ,libxslt)
|
("libxslt" ,libxslt)
|
||||||
("osinfo-db" ,osinfo-db)))
|
("osinfo-db" ,osinfo-db-next)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib" ,glib "bin") ; glib-mkenums, etc.
|
`(("glib" ,glib "bin") ; glib-mkenums, etc.
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
|
|
Loading…
Reference in a new issue