guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/11: gnu: Add emacs-helm-linux-disks.


From: guix-commits
Subject: 09/11: gnu: Add emacs-helm-linux-disks.
Date: Sun, 8 Dec 2019 01:23:14 -0500 (EST)

leungbk pushed a commit to branch master
in repository guix.

commit 3c88b673a4faae6a79a796d61d51b889dceb0217
Author: Brian Leung <brian@debian>
Date:   Tue Dec 3 22:49:04 2019 -0800

    gnu: Add emacs-helm-linux-disks.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-linux-disks): New variable.
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bf82cf4..59c89ee 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20369,3 +20369,28 @@ by @code{zsh} as well as @code{eldoc} support.")
 within @code{isearch-mode}.")
       (home-page "https://github.com/Dewdrops/isearch-dabbrev";)
       (license license:gpl3+))))
+
+(define-public emacs-helm-linux-disks
+  (let ((commit "2cdc8116a08534289eb0dc76461d0f93a0bdf231")
+        (revision "1"))
+    (package
+      (name "emacs-helm-linux-disks")
+      (version (git-version "0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/Akirak/helm-linux-disks.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1limw82zd8jz3mhh9rqlmhj4cjhfgybs9argfjid1an3vpyhc85i"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-helm" ,emacs-helm)))
+      (synopsis "Mount/unmount volumes in Linux via Helm")
+      (description "This package provides a Helm interface to run operations
+on removable volumes in Linux.")
+      (home-page "https://github.com/Akirak/helm-linux-disks";)
+      (license license:gpl3+))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]