mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Remove dangling variable.
* gnu/packages/xml.scm (libxslt/fixed): Remove.
This commit is contained in:
parent
27b2f34cda
commit
aaa2a8bbf3
1 changed files with 0 additions and 9 deletions
|
@ -200,15 +200,6 @@ (define-public libxslt
|
||||||
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 a new issue