guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libxml2/fixed: Use patches from inherited package.


From: Marius Bakke
Subject: 01/01: gnu: libxml2/fixed: Use patches from inherited package.
Date: Thu, 31 Aug 2017 17:44:20 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1b3f5fc3878e3fc7852de6afd5032c1e43435d5e
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 31 23:41:38 2017 +0200

    gnu: libxml2/fixed: Use patches from inherited package.
    
    This is a followup to 76fed2b3c4e3703d1ad81c4330edd94d551b6334.
    
    * gnu/packages/xml.scm (libxml2/fixed)(patches): Inherit patches from 
LIBXML2.
---
 gnu/packages/xml.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index b4aa89e..96553c9 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -147,11 +147,12 @@ project (but it is usable outside of the Gnome 
platform).")
      (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)



reply via email to

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