me
/
guix
Archived
1
0
Fork 0

gnu: libxml++: Fix build.

* gnu/packages/gnome.scm (libxml++)[propagated-inputs]: Replace glibmm by
  glibmm-2.64.
master
Guillaume Le Vaillant 2021-09-17 16:53:07 +02:00
parent ad0bd346f5
commit a93a6afcef
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 1 deletions

View File

@ -8030,7 +8030,7 @@ the available networks and allows users to easily switch between them.")
(string-append xsldoc "/html/chunk.xsl"))))))))) (string-append xsldoc "/html/chunk.xsl")))))))))
(propagated-inputs (propagated-inputs
;; libxml++-3.0.pc refers to all these. ;; libxml++-3.0.pc refers to all these.
`(("glibmm" ,glibmm) `(("glibmm" ,glibmm-2.64)
("libxml2" ,libxml2))) ("libxml2" ,libxml2)))
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)