[PATCH 2/2] gnu: python-libxml2: Inherit the replacement source of libxml2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Ludovic Courtès
Owner
unassigned
Submitted by
Leo Famulari
Severity
normal
L
L
Leo Famulari wrote on 13 Jan 2018 19:08
(address . guix-patches@gnu.org)
f5bdb442b8f2024c28838f041b08b10fd840c2e1.1515866934.git.leo@famulari.name
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.
---
gnu/packages/xml.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index ce0d13a99..01a435344 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -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
--
2.15.1
L
L
Ludovic Courtès wrote on 6 Feb 2018 16:15
control message for bug #30098
(address . control@debbugs.gnu.org)
87d11i6tfd.fsf@gnu.org
tags 30098 fixed
close 30098
?