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
|
@ -115,6 +115,7 @@ project (but it is usable outside of the Gnome platform).")
|
|||
(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 New Issue