From 1a948ced4f9ad2b2af6d22e74ee7e55b957583cc Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Tue, 7 Feb 2023 00:13:54 +0100 Subject: [PATCH 10/15] fake expat fixed --- gnu/packages/xml.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index fc3c1839b2..6b82a3ee48 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -154,6 +154,11 @@ (define-public expat things the parser might find in the XML document (like start tags).") (license license:expat))) +(define-public expat/fixed + (package + (inherit expat))) + + (define-public libebml (package (name "libebml") -- 2.39.1