~ruther/guix-local

732606d65466c79f5c6ad5d8cff962ce2cf2505c — AndrĂ© Batista 6 months ago ba49276
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>
1 files changed, 0 insertions(+), 1 deletions(-)

M gnu/packages/chromium.scm
M gnu/packages/chromium.scm => gnu/packages/chromium.scm +0 -1
@@ 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")))