mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: libxml++: Fix build.
* gnu/packages/gnome.scm (libxml++)[inputs]: Replace glibmm by glibmm-2.64.
This commit is contained in:
parent
e6fcf1c140
commit
b8097355f1
1 changed files with 1 additions and 1 deletions
|
@ -8012,7 +8012,7 @@ the available networks and allows users to easily switch between them.")
|
|||
;; libxml++-3.0.pc refers to all these.
|
||||
(propagated-inputs
|
||||
`(("libxml2" ,libxml2)
|
||||
("glibmm" ,glibmm)))
|
||||
("glibmm" ,glibmm-2.64)))
|
||||
(native-inputs
|
||||
`(("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Add table
Reference in a new issue