mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
gnu: libxml++: Fix build.
* gnu/packages/gnome.scm (libxml++)[propagated-inputs]: Replace glibmm by glibmm-2.64.
This commit is contained in:
parent
ad0bd346f5
commit
a93a6afcef
1 changed files with 1 additions and 1 deletions
|
@ -8030,7 +8030,7 @@ (define-public libxml++
|
|||
(string-append xsldoc "/html/chunk.xsl")))))))))
|
||||
(propagated-inputs
|
||||
;; libxml++-3.0.pc refers to all these.
|
||||
`(("glibmm" ,glibmm)
|
||||
`(("glibmm" ,glibmm-2.64)
|
||||
("libxml2" ,libxml2)))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue