[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: Remove dangling variable.
From: |
Marius Bakke |
Subject: |
09/09: gnu: Remove dangling variable. |
Date: |
Wed, 25 Jul 2018 14:47:06 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit aaa2a8bbf38449d18671abb98fcd0f6f65091710
Author: Marius Bakke <address@hidden>
Date: Wed Jul 25 19:51:46 2018 +0200
gnu: Remove dangling variable.
* gnu/packages/xml.scm (libxslt/fixed): Remove.
---
gnu/packages/xml.scm | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 9112d02..1bf99f2 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")
- branch master updated (95da608 -> aaa2a8b), Marius Bakke, 2018/07/25
- 01/09: gnu: audit: Update to 2.8.4., Marius Bakke, 2018/07/25
- 03/09: gnu: libjpeg-turbo: Update home page., Marius Bakke, 2018/07/25
- 04/09: gnu: libjpeg-turbo: Don't build static libraries., Marius Bakke, 2018/07/25
- 06/09: gnu: libmspack: Update to 0.7., Marius Bakke, 2018/07/25
- 08/09: gnu: Update cabextract.org.uk home pages., Marius Bakke, 2018/07/25
- 02/09: gnu: audit: Don't build static libraries., Marius Bakke, 2018/07/25
- 05/09: gnu: hplip-minimal: Simplify expression., Marius Bakke, 2018/07/25
- 07/09: gnu: libmspack: Don't build static library., Marius Bakke, 2018/07/25
- 09/09: gnu: Remove dangling variable.,
Marius Bakke <=