From f0508e57a902063a5db1ac3408623a6f2ccec6d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Batista?= Date: Fri, 26 Sep 2025 19:17:24 -0300 Subject: [PATCH] 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 --- gnu/packages/chromium.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index 27e30e97600..0ae196fc342 100644 --- a/gnu/packages/chromium.scm +++ b/gnu/packages/chromium.scm @@ -411,7 +411,6 @@ "system/openjpeg.patch" ;; adler2 is not part of our rust toolchain, check on next version. "trixie/adler1.patch" - "trixie/libxml-parseerr.patch" ;; Remove after rust is past ;; . "trixie/rust-no-alloc-shim.patch")))