diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-06-07 09:29:10 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-07 09:57:19 +0200 |
commit | 28353bd0a4601b7dbb80463cf50cb8dc7f4e6dba (patch) | |
tree | 67645cd6e5368ac6d0b33f633a29566743d46fbb | |
parent | d92acd8acffc33a9b8bc5e5bbe2edac583916f18 (diff) | |
download | guix-28353bd0a4601b7dbb80463cf50cb8dc7f4e6dba.tar guix-28353bd0a4601b7dbb80463cf50cb8dc7f4e6dba.tar.gz |
gnu: emacs-xterm-color: Placate 'guix lint'.
* gnu/packages/emacs-xyz.scm (emacs-xterm-color)[source]: Add
'file-name'.
[description]: Break line.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 272a061998..7db46e81c5 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15821,9 +15821,12 @@ corresponding Evil keys.") (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)))) |