diff options
-rw-r--r-- | gnu/packages/xml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |