diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-11-24 11:31:52 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-11-29 12:19:08 +0100 |
| commit | 383fb009c873cca4659b6082c9ccd160bbc78061 (patch) | |
| tree | 4116af3e673596b6ca2f86a617f561c7f283a5f5 /gnu/packages/xml.scm | |
| parent | 55fda7c84196a420f2e39b267de734e811fa30a4 (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/packages/xml.scm')
| -rw-r--r-- | gnu/packages/xml.scm | 3 |
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).") ;; in future releases of libxml2. (define-public libxml2-with-zlib (hidden-package - (package - (inherit libxml2) + (package/inherit libxml2 (arguments (substitute-keyword-arguments (package-arguments libxml2) ((#:configure-flags flags #~'()) |
