guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit f0508e57a902063a5db1ac3408623a6f2ccec6d5
Author: AndrĂ© Batista <[email protected]>
AuthorDate: Fri Sep 26 19:17:24 2025 -0300

    gnu: ungoogled-chromium: Fix build with [email protected].
    
    * 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 <[email protected]>
---
 gnu/packages/chromium.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index 27e30e9760..0ae196fc34 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
          ;; <https://github.com/rust-lang/rust/pull/141061>.
          "trixie/rust-no-alloc-shim.patch")))

Reply via email to