gnu: libxml++: Fix build.
* gnu/packages/gnome.scm (libxml++)[propagated-inputs]: Replace glibmm by glibmm-2.64.master
parent
ad0bd346f5
commit
a93a6afcef
gnu/packages
|
@ -8030,7 +8030,7 @@ the available networks and allows users to easily switch between them.")
|
|||
(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)
|
||||
|
|
Reference in New Issue