guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-libxml2: Inherit the replacement source of libxml2.


From: Leo Famulari
Subject: 02/02: gnu: python-libxml2: Inherit the replacement source of libxml2.
Date: Tue, 16 Jan 2018 13:37:41 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit e428b2c026f47ff8f1f3f4db93f8925af7159fad
Author: Leo Famulari <address@hidden>
Date:   Sat Jan 13 09:55:42 2018 -0800

    gnu: python-libxml2: Inherit the replacement source of libxml2.
    
    Previously, python-libxml2 would inherit the ungrafted libxml2, missing
    several patches on the libxml2 source code.
    
    * gnu/packages/xml.scm (python-libxml2, python2-libxml2): Use
    package/inherit.
---
 gnu/packages/xml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index ce0d13a..01a4353 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -159,7 +159,7 @@ project (but it is usable outside of the Gnome platform).")
                         "libxml2-CVE-2017-15412.patch")))))))
 
 (define-public python-libxml2
-  (package (inherit libxml2)
+  (package/inherit libxml2
     (name "python-libxml2")
     (build-system python-build-system)
     (arguments



reply via email to

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