[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50545] [PATCH core-updates-frozen] gnu: libxmlplusplus: Fix build.
From: |
Felix Gruber |
Subject: |
[bug#50545] [PATCH core-updates-frozen] gnu: libxmlplusplus: Fix build. |
Date: |
Sun, 12 Sep 2021 09:18:24 +0000 |
* gnu/packages/xml.scm (libxmlplusplus)[inputs]: Replace glibmm with
glibmm-2.64.
---
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 9dfaf51310..9505bf789c 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)
--
2.30.2
- [bug#50545] [PATCH core-updates-frozen] gnu: libxmlplusplus: Fix build.,
Felix Gruber <=