summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-11-24 11:31:52 +0100
committerRicardo Wurmus <rekado@elephly.net>2025-11-29 12:19:08 +0100
commit383fb009c873cca4659b6082c9ccd160bbc78061 (patch)
tree4116af3e673596b6ca2f86a617f561c7f283a5f5 /gnu
parent55fda7c84196a420f2e39b267de734e811fa30a4 (diff)
gnu: libxml2-with-zlib: Use PACKAGE/INHERIT.
This is a follow-up to commit a77f4fb279b96f2707b475531b60ca36417bde69. Using PACKAGE/INHERIT allows us to benefit from replacements. * gnu/packages/xml.scm (libxml2-with-zlib): Define with PACKAGE/INHERIT. Change-Id: Ic637bcf93f9c273db28b6d460543723861497e89
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xml.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 6832a3b0686..a99fba57be1 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -288,8 +288,7 @@ project (but it is usable outside of the Gnome platform).")
288;; in future releases of libxml2. 288;; in future releases of libxml2.
289(define-public libxml2-with-zlib 289(define-public libxml2-with-zlib
290 (hidden-package 290 (hidden-package
291 (package 291 (package/inherit libxml2
292 (inherit libxml2)
293 (arguments 292 (arguments
294 (substitute-keyword-arguments (package-arguments libxml2) 293 (substitute-keyword-arguments (package-arguments libxml2)
295 ((#:configure-flags flags #~'()) 294 ((#:configure-flags flags #~'())