gnu: Add emacs-vlf.

* gnu/packages/emacs-xyz.scm (emacs-vlf): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
jgart 2022-08-08 18:44:48 -05:00 committed by Nicolas Goaziou
parent f677f8b6db
commit ce38e65f3d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -642,6 +642,25 @@ (define-public emacs-hyperbole
buffers, directory trees, or the web.")
(license license:gpl3+)))
(define-public emacs-vlf
(package
(name "emacs-vlf")
(version "1.7.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"vlf-" version ".tar"))
(sha256
(base32 "0hpri19z6b7dqmrj5ckp8sf0m0l72lkgahqzvfmwhgpgv2p81bny"))))
(build-system emacs-build-system)
(home-page "https://github.com/m00natic/vlfi/")
(synopsis "View large files in Emacs")
(description
"Vlf is an Emacs minor mode that allows viewing, editing, searching and
comparing large files in batches.")
(license license:gpl2+)))
(define-public emacs-hg-histedit
;; From 2021-03-02.
;; No releases available.