summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-02-28 23:02:36 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-02-28 23:05:06 +0100
commit2adfe819f08ab19cfee7ae381b960de4c110441e (patch)
tree752b74969bfe8fb905540da5ec473267d56cca24 /gnu
parentc1d22365691258500156f4b423f51bac6d9af3b4 (diff)
downloadpatches-2adfe819f08ab19cfee7ae381b960de4c110441e.tar
patches-2adfe819f08ab19cfee7ae381b960de4c110441e.tar.gz
gnu: Remove duplicate definition of emacs-esxml.
* gnu/packages/emacs.scm (emacs-esxml): Remove.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 99fe213219..67bbb153fb 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3559,28 +3559,6 @@ The purpose of this library is to wrap all the quirks and hassle of
@code{package.el} into a sane API.")
(license license:gpl3+)))
-(define-public emacs-esxml
- (package
- (name "emacs-esxml")
- (version "0.3.4")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/tali713/esxml/archive/"
- version ".tar.gz"))
- (sha256
- (base32
- "01yk4ibbln3ykrin2124hfdi53fsp9gv7j49qw93s2ls52c9zb2f"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/tali713/esxml")
- (synopsis "Elisp library for working with XML, ESXML and SXML")
- (description
- "This library provides two formats for XML code generation. The primary
-form is esxml. This is the form that is returned by such functions as
-@code{libxml-parse-xml-region} and it is used internally by emacs in many
-xml-related libraries.")
- (license license:gpl3+)))
-
(define-public emacs-queue
(package
(name "emacs-queue")