mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: Add emacs-alsamixer-el.
* gnu/packages/emacs-xyz.scm (emacs-alsamixer-el): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
3c7bbec470
commit
c875c82d30
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue