gnu: libxml++: Fix build.

* gnu/packages/gnome.scm (libxml++)[propagated-inputs]: Replace glibmm by
  glibmm-2.64.
This commit is contained in:
Guillaume Le Vaillant 2021-09-17 16:53:07 +02:00
parent ad0bd346f5
commit a93a6afcef
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -8030,7 +8030,7 @@ (define-public libxml++
(string-append xsldoc "/html/chunk.xsl")))))))))
(propagated-inputs
;; libxml++-3.0.pc refers to all these.
`(("glibmm" ,glibmm)
`(("glibmm" ,glibmm-2.64)
("libxml2" ,libxml2)))
(native-inputs
`(("autoconf" ,autoconf)