mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: emacs-xterm-color: Placate 'guix lint'.
* gnu/packages/emacs-xyz.scm (emacs-xterm-color)[source]: Add 'file-name'. [description]: Break line.
This commit is contained in:
parent
d92acd8acf
commit
28353bd0a4
1 changed files with 5 additions and 2 deletions
|
@ -15821,9 +15821,12 @@ (define-public emacs-xterm-color
|
|||
(url "https://github.com/atomontage/xterm-color.git")
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32 "02kpajb993yshhjhsizpfcbrcndyzkf4dqfipifhxxng50dhp95i"))))
|
||||
(base32
|
||||
"02kpajb993yshhjhsizpfcbrcndyzkf4dqfipifhxxng50dhp95i"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/atomontage/xterm-color")
|
||||
(synopsis "ANSI & xterm-256 color text property translator for Emacs")
|
||||
(description "@code{xterm-color.el} is an ANSI control sequence to text-property translator.")
|
||||
(description "@code{xterm-color.el} is an ANSI control sequence to
|
||||
text-property translator.")
|
||||
(license license:bsd-2))))
|
||||
|
|
Loading…
Reference in a new issue