mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add emacs-djvu.
* gnu/packages/emacs-xyz.scm (emacs-djvu): New variable.
This commit is contained in:
parent
bf36e8c174
commit
5467e34418
1 changed files with 21 additions and 0 deletions
|
@ -1987,6 +1987,27 @@ (define-public emacs-tablist
|
|||
@code{tablist-mode} or @code{tablist-minor-mode} commands.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-djvu
|
||||
(package
|
||||
(name "emacs-djvu")
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"djvu-" version ".el"))
|
||||
(sha256
|
||||
(base32 "0njgyx09q225hliacsnjk8wallg5i6xkz6bj501pb05nwqfbvfk7"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "http://elpa.gnu.org/packages/djvu.html")
|
||||
(synopsis "Edit and view Djvu files via djvused")
|
||||
(description
|
||||
"This package is a front end for the command-line program djvused from
|
||||
DjVuLibre, see @url{http://djvu.sourceforge.net/}. It assumes you have the
|
||||
programs @command{djvused}, @command{djview}, @command{ddjvu}, and
|
||||
@command{djvm} installed.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-pdf-tools
|
||||
(package
|
||||
(name "emacs-pdf-tools")
|
||||
|
|
Loading…
Reference in a new issue