mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-libxml2: Drop replacement from inherited libxml2.
This is a followup to commit 493e9a5a8f
.
* gnu/packages/xml.scm (python-libxml2)[replacement]: Set to #f, overriding
inherited value.
This commit is contained in:
parent
19d6248634
commit
92a7e46d58
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ (define libxml2/fixed
|
|||
(define-public python-libxml2
|
||||
(package (inherit libxml2)
|
||||
(name "python-libxml2")
|
||||
(replacement #f)
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(;; XXX: Tests are specified in 'Makefile.am', but not in 'setup.py'.
|
||||
|
|
Loading…
Reference in a new issue