GNU bug report logs -
#53560
[PATCH] gnu: Add emacs-alsamixer-el.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Wed, 26 Jan 2022 21:25:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#53560: [PATCH] gnu: Add emacs-alsamixer-el.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 53560 <at> debbugs.gnu.org.
--
53560: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53560
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-alsamixer-el): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-alsamixer-el): New variable.
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 68c10a2307..258c2b25b5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29965,6 +29965,27 @@ (define-public emacs-setup
local macros are documented in the docstring for @code{setup}.")
(license license:gpl3+)))
+(define-public emacs-alsamixer-el
+ (package
+ (name "emacs-alsamixer-el")
+ (version "0.2.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/remvee/alsamixer-el")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0c40vycphv5nf374rp8pnzvi50vlmgab3wrdq92hyprjw76gwxhk"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/remvee/alsamixer-el")
+ (synopsis "Emacs interface to amixer")
+ (description "@code{emacs-alsamixer-el} provides basic commands to control
+audio volume via amixer.")
+ (license license:gpl3+)))
+
(define-public emacs-fennel-mode
(package
(name "emacs-fennel-mode")
--
2.34.1
This bug report was last modified 3 years and 116 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.