unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57063] [PATCH] gnu: Add emacs-vlf.
@ 2022-08-08 23:44 jgart via Guix-patches via
  2022-08-25 12:32 ` bug#57063: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-08-08 23:44 UTC (permalink / raw)
  To: 57063; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-vlf): New variable.
---
 gnu/packages/emacs-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 20aeb3e11f..8c533f32e7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")
+    (description
+"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.
-- 
2.37.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57063: [PATCH] gnu: Add emacs-vlf.
  2022-08-08 23:44 [bug#57063] [PATCH] gnu: Add emacs-vlf jgart via Guix-patches via
@ 2022-08-25 12:32 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-08-25 12:32 UTC (permalink / raw)
  To: jgart; +Cc: 57063-done

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-25 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-08 23:44 [bug#57063] [PATCH] gnu: Add emacs-vlf jgart via Guix-patches via
2022-08-25 12:32 ` bug#57063: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).