mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
|
(propagated-inputs
|
||||||
`(("libxml2" ,libxml2)))
|
`(("libxml2" ,libxml2)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glibmm" ,glibmm)))
|
`(("glibmm" ,glibmm-2.64)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue