gnu: libxml++: Fix build.

* gnu/packages/gnome.scm (libxml++)[inputs]: Replace glibmm by glibmm-2.64.
This commit is contained in:
Guillaume Le Vaillant 2021-09-12 13:37:59 +02:00
parent e6fcf1c140
commit b8097355f1
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -8012,7 +8012,7 @@ the available networks and allows users to easily switch between them.")
;; libxml++-3.0.pc refers to all these.
(propagated-inputs
`(("libxml2" ,libxml2)
("glibmm" ,glibmm)))
("glibmm" ,glibmm-2.64)))
(native-inputs
`(("perl" ,perl)
("pkg-config" ,pkg-config)))