~ruther/guix-local

e428b2c026f47ff8f1f3f4db93f8925af7159fad — Leo Famulari 8 years ago 7c3f22e
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.
1 files changed, 1 insertions(+), 1 deletions(-)

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