guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libxmlplusplus: Fix build.


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

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

commit e6fcf1c140b6bb972d7a1f73df5e4d9e911e323f
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sun Sep 12 09:18:24 2021 +0000

    gnu: libxmlplusplus: Fix build.
    
    * gnu/packages/xml.scm (libxmlplusplus)[inputs]: Replace glibmm with
      glibmm-2.64.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/xml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 9dfaf51..9505bf7 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -333,7 +333,7 @@ formulas and hyperlinks to multiple worksheets in an Excel 
2007+ XLSX file.")
     (propagated-inputs
      `(("libxml2" ,libxml2)))
     (inputs
-     `(("glibmm" ,glibmm)))
+     `(("glibmm" ,glibmm-2.64)))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

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