From a93a6afcefcf25c0e8cf3dcf22cfe06096a6cb09 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Fri, 17 Sep 2021 16:53:07 +0200 Subject: [PATCH] gnu: libxml++: Fix build. * gnu/packages/gnome.scm (libxml++)[propagated-inputs]: Replace glibmm by glibmm-2.64. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a12360873d..f4ae4f4c91 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8030,7 +8030,7 @@ the available networks and allows users to easily switch between them.") (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)