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:
Felix Gruber 2021-09-12 09:18:24 +00:00 committed by Guillaume Le Vaillant
parent 66cf6853c5
commit e6fcf1c140
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -333,7 +333,7 @@ (define-public libxmlplusplus
(propagated-inputs
`(("libxml2" ,libxml2)))
(inputs
`(("glibmm" ,glibmm)))
`(("glibmm" ,glibmm-2.64)))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)