gnu: Remove dangling variable.
* gnu/packages/xml.scm (libxslt/fixed): Remove.
This commit is contained in:
parent
27b2f34cda
commit
aaa2a8bbf3
|
@ -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.")
|
based on libxml for XML parsing, tree manipulation and XPath support.")
|
||||||
(license license:x11)))
|
(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
|
(define-public perl-graph-readwrite
|
||||||
(package
|
(package
|
||||||
(name "perl-graph-readwrite")
|
(name "perl-graph-readwrite")
|
||||||
|
|
Loading…
Reference in New Issue