summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2021-09-17 16:53:07 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2021-09-17 16:53:07 +0200
commita93a6afcefcf25c0e8cf3dcf22cfe06096a6cb09 (patch)
tree5b55783b17703eefd621eae13c67b93d0a2d2944
parentad0bd346f50b64098d20a9ede62ff78ff7879ba7 (diff)
downloadguix-patches-a93a6afcefcf25c0e8cf3dcf22cfe06096a6cb09.tar
guix-patches-a93a6afcefcf25c0e8cf3dcf22cfe06096a6cb09.tar.gz
gnu: libxml++: Fix build.
* gnu/packages/gnome.scm (libxml++)[propagated-inputs]: Replace glibmm by glibmm-2.64.
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
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)