diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-09-12 13:37:59 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-09-12 13:46:14 +0200 |
commit | b8097355f10ffd511383cee64e3aa8ee6672b47e (patch) | |
tree | 011ce773fec5830f2f5db1f68e7986a6ef3b7452 /gnu/packages/gnome.scm | |
parent | e6fcf1c140b6bb972d7a1f73df5e4d9e911e323f (diff) |
gnu: libxml++: Fix build.
* gnu/packages/gnome.scm (libxml++)[inputs]: Replace glibmm by glibmm-2.64.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 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))) |