gnu: librsvg-2.40: Fix build.

* gnu/packages/gnome.scm (librsvg-2.40)[inputs]: Replace libxml2 with libxml2-2.11.
* gnu/packages/xml.scm (libxml2-2.11): New variable.
(libxml2): Remove outdated comment.

Change-Id: I7080f39aab81ca104836b64dd1f7c10d14157e81
This commit is contained in:
John Kehayias 2025-09-20 17:38:53 -04:00 committed by Maxim Cournoyer
parent de301fdcbf
commit b1aeddb106
No known key found for this signature in database
GPG key ID: 1260E46482E63562
2 changed files with 19 additions and 2 deletions

View file

@ -3802,7 +3802,7 @@ diagrams.")
`(,glib "bin") ; glib-mkenums, etc.
gobject-introspection)) ; g-ir-compiler, etc.
(inputs
(list pango libcroco libxml2))
(list pango libcroco libxml2-2.11))
(propagated-inputs
;; librsvg-2.0.pc refers to all of that.
(list cairo gdk-pixbuf glib))