guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: libxml++: Fix build.


From: guix-commits
Subject: 02/02: gnu: libxml++: Fix build.
Date: Sun, 12 Sep 2021 07:47:18 -0400 (EDT)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit b8097355f10ffd511383cee64e3aa8ee6672b47e
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sun Sep 12 13:37:59 2021 +0200

    gnu: libxml++: Fix build.
    
    * gnu/packages/gnome.scm (libxml++)[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 3a131e7..fa6795f 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]