From 92a7e46d58c59953cc4b35dcd1413ebfc0de8ec0 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Wed, 25 May 2016 04:45:18 -0400 Subject: 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. --- gnu/packages/xml.scm | 1 + 1 file changed, 1 insertion(+) 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'. -- cgit v1.2.3