summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2021-09-12 13:37:59 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2021-09-12 13:46:14 +0200
commitb8097355f10ffd511383cee64e3aa8ee6672b47e (patch)
tree011ce773fec5830f2f5db1f68e7986a6ef3b7452 /gnu
parente6fcf1c140b6bb972d7a1f73df5e4d9e911e323f (diff)
downloadguix-patches-b8097355f10ffd511383cee64e3aa8ee6672b47e.tar
guix-patches-b8097355f10ffd511383cee64e3aa8ee6672b47e.tar.gz
gnu: libxml++: Fix build.
* gnu/packages/gnome.scm (libxml++)[inputs]: Replace glibmm by glibmm-2.64.
Diffstat (limited to 'gnu')
-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 3a131e7494..fa6795f604 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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)))