mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libxml2/fixed: Use patches from inherited package.
This is a followup to 76fed2b3c4
.
* gnu/packages/xml.scm (libxml2/fixed)(patches): Inherit patches from LIBXML2.
This commit is contained in:
parent
0ff44ba464
commit
1b3f5fc387
1 changed files with 2 additions and 1 deletions
|
@ -147,11 +147,12 @@ (define libxml2/fixed
|
|||
(origin
|
||||
(inherit (package-source libxml2))
|
||||
(patches
|
||||
(append (origin-patches (package-source libxml2))
|
||||
(search-patches "libxml2-CVE-2017-0663.patch"
|
||||
"libxml2-CVE-2017-7375.patch"
|
||||
"libxml2-CVE-2017-7376.patch"
|
||||
"libxml2-CVE-2017-9047+CVE-2017-9048.patch"
|
||||
"libxml2-CVE-2017-9049+CVE-2017-9050.patch"))))))
|
||||
"libxml2-CVE-2017-9049+CVE-2017-9050.patch")))))))
|
||||
|
||||
(define-public python-libxml2
|
||||
(package (inherit libxml2)
|
||||
|
|
Loading…
Reference in a new issue