diff options
author | Mark H Weaver <mhw@netris.org> | 2016-05-25 04:45:18 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-05-25 04:54:06 -0400 |
commit | 92a7e46d58c59953cc4b35dcd1413ebfc0de8ec0 (patch) | |
tree | 614d36b0188c4938bb118aca7fe781219cfd1e2b /gnu/packages/xml.scm | |
parent | 19d6248634a81247a9e14f8f61e485d62327bea1 (diff) | |
download | patches-92a7e46d58c59953cc4b35dcd1413ebfc0de8ec0.tar patches-92a7e46d58c59953cc4b35dcd1413ebfc0de8ec0.tar.gz |
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.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 96bb8b76c6..782e356a70 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -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'. |