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:
Mark H Weaver 2016-05-25 04:45:18 -04:00
parent 19d6248634
commit 92a7e46d58
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -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'.