diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-09-06 17:00:25 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-09-10 07:39:53 +0200 |
| commit | 3f0c91bf2670b3d5be1ae21586d51e979d8ef2d6 (patch) | |
| tree | 9e0733352c16fdb668ce748eaa740b3838316047 /gnu/packages/xml.scm | |
| parent | f2bd80bdb74837d42f36b12e36781790b05002ff (diff) | |
gnu: Add libxml2-next-for-grafting.
* gnu/packages/xml.scm (libxml2-next-for-grafting): New variable.
Diffstat (limited to 'gnu/packages/xml.scm')
| -rw-r--r-- | gnu/packages/xml.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 7e19f756521..dbb2f00fde3 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm | |||
| @@ -271,6 +271,12 @@ project (but it is usable outside of the Gnome platform).") | |||
| 271 | (append pkg-config | 271 | (append pkg-config |
| 272 | python-minimal))))) | 272 | python-minimal))))) |
| 273 | 273 | ||
| 274 | (define-public libxml2-next-for-grafting | ||
| 275 | (package | ||
| 276 | (inherit libxml2) | ||
| 277 | (replacement libxml2-next) | ||
| 278 | (properties '((hidden? . #t))))) | ||
| 279 | |||
| 274 | (define-public libxml2-xpath0 | 280 | (define-public libxml2-xpath0 |
| 275 | (package/inherit libxml2 | 281 | (package/inherit libxml2 |
| 276 | (name "libxml2-xpath0") | 282 | (name "libxml2-xpath0") |
