1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-06 15:41:29 +02:00

gnu: Remove dangling variable.

* gnu/packages/xml.scm (libxslt/fixed): Remove.
This commit is contained in:
Marius Bakke
2018-07-25 19:51:46 +02:00
parent 27b2f34cda
commit aaa2a8bbf3
-9
View File
@@ -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")