~ruther/guix-local

92a7e46d58c59953cc4b35dcd1413ebfc0de8ec0 — Mark H Weaver 10 years ago 19d6248
gnu: python-libxml2: Drop replacement from inherited libxml2.

This is a followup to commit 493e9a5a8f613764cfa396c33ee6cb381b0dbbef.

* gnu/packages/xml.scm (python-libxml2)[replacement]: Set to #f, overriding
inherited value.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/xml.scm
M gnu/packages/xml.scm => gnu/packages/xml.scm +1 -0
@@ 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'.