diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-28 23:01:23 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-28 23:05:06 +0100 |
commit | c1d22365691258500156f4b423f51bac6d9af3b4 (patch) | |
tree | 2cc8542c82e901afaf959e32e5a1d45ac9f3e3a5 | |
parent | 201084ac1ff9cace8350ff820f1b30b1720540fe (diff) | |
download | patches-c1d22365691258500156f4b423f51bac6d9af3b4.tar patches-c1d22365691258500156f4b423f51bac6d9af3b4.tar.gz |
gnu: Remove emacs-nov.
The package already exists with the name "emacs-nov-el".
* gnu/packages/emacs.scm (emacs-nov): Remove.
-rw-r--r-- | gnu/packages/emacs.scm | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index bb3bf1cf8a..99fe213219 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -3581,41 +3581,6 @@ form is esxml. This is the form that is returned by such functions as xml-related libraries.") (license license:gpl3+))) -(define-public emacs-nov - (package - (name "emacs-nov") - (version "0.2.2") - (source (origin - (method url-fetch) - (uri (string-append - "https://github.com/wasamasa/nov.el/archive/" - version ".tar.gz")) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "0pc07cr2qfa66pxyxhvgrxiwssykisj25yjxvx3qr4v7bp5qmms7")))) - (build-system emacs-build-system) - (propagated-inputs - `(("emacs-dash" ,emacs-dash) - ("emacs-esxml" ,emacs-esxml))) - (home-page "https://github.com/wasamasa/nov.el") - (synopsis "Major mode for reading EPUB files in Emacs") - (description - "This package provides a major mode for reading EPUB documents. -Features: -@itemize -@item Basic navigation (jump to table of contents (TOC), previous/next chapter) -@item Remembering and restoring the last read position -@item Jump to next chapter when scrolling beyond end -@item Renders EPUB2 (.ncx) and EPUB3 (<nav>) TOCs -@item Hyperlinks to internal and external targets -@item Supports textual and image documents -@item View source of document files -@item Metadata display -@item Image rescaling -@end itemize\n") - (license license:gpl3+))) - (define-public emacs-queue (package (name "emacs-queue") |