mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add emacs-eterm-256color.
* gnu/packages/emacs-xyz.scm (emacs-eterm-256color): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
982bceb860
commit
b900284965
1 changed files with 24 additions and 0 deletions
|
@ -10343,6 +10343,30 @@ (define-public emacs-epithet
|
|||
suggestion is taken.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-eterm-256color
|
||||
(package
|
||||
(name "emacs-eterm-256color")
|
||||
(version "0.3.13")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/dieggsy/eterm-256color")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ysxblc90kjcz84siprnyxwh94scflivqbxylzkvjm7hbx93rsh1"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-f" ,emacs-f)
|
||||
("emacs-xterm-color" ,emacs-xterm-color)))
|
||||
(home-page "https://github.com/dieggsy/eterm-256color")
|
||||
(synopsis
|
||||
"Customizable 256 colors for Emacs @code{term} and @code{ansi-term}")
|
||||
(description "This package uses @code{emacs-xterm-color} to add
|
||||
customizable 256 color support to @code{term} and @code{ansi-term}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-mocker
|
||||
(package
|
||||
(name "emacs-mocker")
|
||||
|
|
Loading…
Reference in a new issue