mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
7c3f22e9c3
commit
e428b2c026
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ (define libxml2/fixed
|
|||
"libxml2-CVE-2017-15412.patch")))))))
|
||||
|
||||
(define-public python-libxml2
|
||||
(package (inherit libxml2)
|
||||
(package/inherit libxml2
|
||||
(name "python-libxml2")
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue