guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: libxml++: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: libxml++: Fix build.
Date: Fri, 17 Sep 2021 11:02:56 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new a93a6af  gnu: libxml++: Fix build.
a93a6af is described below

commit a93a6afcefcf25c0e8cf3dcf22cfe06096a6cb09
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Sep 17 16:53:07 2021 +0200

    gnu: libxml++: Fix build.
    
    * gnu/packages/gnome.scm (libxml++)[propagated-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 a123608..f4ae4f4 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)



reply via email to

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