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.
master
Leo Famulari 2018-01-13 09:55:42 -08:00
parent 7c3f22e9c3
commit e428b2c026
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -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