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>
This commit is contained in:
parent
66cf6853c5
commit
e6fcf1c140
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue