guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-libxml2: Drop replacement from inherited libxml2.


From: Mark H. Weaver
Subject: 01/02: gnu: python-libxml2: Drop replacement from inherited libxml2.
Date: Wed, 25 May 2016 08:56:58 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit 92a7e46d58c59953cc4b35dcd1413ebfc0de8ec0
Author: Mark H Weaver <address@hidden>
Date:   Wed May 25 04:45:18 2016 -0400

    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 96bb8b7..782e356 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'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]