gnu: ungoogled-chromium: Fix build with libxml2@2.14.

* gnu/packages/chromium.scm (%debian-patches): Remove
'trixie/libxml-parseerr.patch' which is not needed and breaks build with newer
libxml2.

Chnage-Id: I7dfe8f4eaa353f1df0b19b9f515474e269f8a4e5
Signed-off-by: John Kehayias <john@guixotic.coop>
This commit is contained in:
André Batista 2025-09-26 19:17:24 -03:00 committed by Maxim Cournoyer
parent ad87d0009a
commit f26de13bfb
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -411,7 +411,6 @@
"system/openjpeg.patch" "system/openjpeg.patch"
;; adler2 is not part of our rust toolchain, check on next version. ;; adler2 is not part of our rust toolchain, check on next version.
"trixie/adler1.patch" "trixie/adler1.patch"
"trixie/libxml-parseerr.patch"
;; Remove after rust is past ;; Remove after rust is past
;; <https://github.com/rust-lang/rust/pull/141061>. ;; <https://github.com/rust-lang/rust/pull/141061>.
"trixie/rust-no-alloc-shim.patch"))) "trixie/rust-no-alloc-shim.patch")))