diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-09-17 16:53:07 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-09-17 16:53:07 +0200 |
commit | a93a6afcefcf25c0e8cf3dcf22cfe06096a6cb09 (patch) | |
tree | 5b55783b17703eefd621eae13c67b93d0a2d2944 /gnu | |
parent | ad0bd346f50b64098d20a9ede62ff78ff7879ba7 (diff) | |
download | guix-a93a6afcefcf25c0e8cf3dcf22cfe06096a6cb09.tar.gz |
gnu: libxml++: Fix build.
* gnu/packages/gnome.scm (libxml++)[propagated-inputs]: Replace glibmm by glibmm-2.64.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
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) |