mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: libxmlplusplus: Fix build.
* gnu/packages/xml.scm (libxmlplusplus)[inputs]: Replace glibmm with glibmm-2.64. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
66cf6853c5
commit
e6fcf1c140
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ (define-public libxmlplusplus
|
|||
(propagated-inputs
|
||||
`(("libxml2" ,libxml2)))
|
||||
(inputs
|
||||
`(("glibmm" ,glibmm)))
|
||||
`(("glibmm" ,glibmm-2.64)))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
|
|
Loading…
Reference in a new issue