aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-07-25 19:51:46 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-07-25 20:44:40 +0200
commitaaa2a8bbf38449d18671abb98fcd0f6f65091710 (patch)
tree8242608267d1661d55a0dfc055540d4b40ac071a
parent27b2f34cda6d464fae2db0795fe47d21f1aa45bf (diff)
downloadguix-aaa2a8bbf38449d18671abb98fcd0f6f65091710.tar
guix-aaa2a8bbf38449d18671abb98fcd0f6f65091710.tar.gz
gnu: Remove dangling variable.
* gnu/packages/xml.scm (libxslt/fixed): Remove.
-rw-r--r--gnu/packages/xml.scm9
1 files changed, 0 insertions, 9 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 9112d0273f..1bf99f2fe5 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -200,15 +200,6 @@ project (but it is usable outside of the Gnome platform).")
based on libxml for XML parsing, tree manipulation and XPath support.")
(license license:x11)))
-(define libxslt/fixed
- (package
- (inherit libxslt)
- (source (origin
- (inherit (package-source libxslt))
- (patches (search-patches "libxslt-CVE-2016-4738.patch"
- "libxslt-CVE-2017-5029.patch"
- "libxslt-generated-ids.patch"))))))
-
(define-public perl-graph-readwrite
(package
(name "perl-graph-readwrite")