[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: Add emacs-helm-emms.
From: |
Ludovic Courtès |
Subject: |
08/11: gnu: Add emacs-helm-emms. |
Date: |
Fri, 8 Jun 2018 11:04:33 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 5a949f5b30b5ada0cca99beb69020c86899e1827
Author: Pierre Neidhardt <address@hidden>
Date: Fri Jun 1 09:52:39 2018 +0200
gnu: Add emacs-helm-emms.
* gnu/packages/emacs.scm (emacs-helm-emms): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index d4fda8e..be3c8f3 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10940,3 +10940,29 @@ type @code{C-h b}, or any incomplete key sequence plus
@code{C-h}, to run
@code{describe-bindings} does, but you can use completion to find the command
you searched for and execute it, or view its documentation.")
(license license:gpl3+))))
+
+(define-public emacs-helm-emms
+ (let ((commit "d3f9bdef8ff0d093eaf6e26af50ea905ab53fdec"))
+ (package
+ (name "emacs-helm-emms")
+ (version (git-version "1.3" "1" commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emacs-helm/helm-emms")
+ (commit commit)))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "0bdb8xp0yp3gijpa9i2rc17gfzjhzlm92vdzw93i10qpd1xhj4aa"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-helm" ,emacs-helm)
+ ("emacs-emms" ,emms)))
+ (home-page
+ "https://github.com/emacs-helm/helm-emms")
+ (synopsis "Emms for Helm")
+ (description "Helm interface for Emms to browse all tracks and all
folders
+from @code{emms-source-file-default-directory}.")
+ (license license:gpl3+))))
- branch master updated (62d78ec -> ad3a580), Ludovic Courtès, 2018/06/08
- 04/11: gnu: Add emacs-gif-screencast., Ludovic Courtès, 2018/06/08
- 08/11: gnu: Add emacs-helm-emms.,
Ludovic Courtès <=
- 05/11: gnu: Add emacs-google-translate., Ludovic Courtès, 2018/06/08
- 10/11: gnu: Add emacs-helm-flycheck., Ludovic Courtès, 2018/06/08
- 06/11: gnu: Add emacs-helm-company., Ludovic Courtès, 2018/06/08
- 11/11: gnu: hpcguix-web: Update to commit '87cb516'., Ludovic Courtès, 2018/06/08
- 07/11: gnu: Add emacs-helm-descbinds., Ludovic Courtès, 2018/06/08
- 09/11: gnu: Add emacs-helm-exwm., Ludovic Courtès, 2018/06/08
- 01/11: nls: Update 'da' translation., Ludovic Courtès, 2018/06/08
- 03/11: doc: Regenerate *.fr.texi., Ludovic Courtès, 2018/06/08
- 02/11: doc: Update 'fr' translation., Ludovic Courtès, 2018/06/08