mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-seq.
* gnu/packages/emacs.scm (emacs-seq): New public variable.
This commit is contained in:
parent
8d907999a9
commit
b12fb29e4d
1 changed files with 18 additions and 0 deletions
|
@ -8569,3 +8569,21 @@ timestamps and date-time format strings library for Emacs.")
|
||||||
(description
|
(description
|
||||||
"@code{npm-mode} provides a minor mode to work with @code{npm} projects.")
|
"@code{npm-mode} provides a minor mode to work with @code{npm} projects.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-seq
|
||||||
|
(package
|
||||||
|
(name "emacs-seq")
|
||||||
|
(version "2.20")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "http://elpa.gnu.org/packages/seq-" version ".tar"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0vrpx6nnyjb0gsypknzagimlhvcvi5y1rcdkpxyqr42415zr8d0n"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "http://elpa.gnu.org/packages/seq.html")
|
||||||
|
(synopsis "Sequence manipulation functions")
|
||||||
|
(description "Sequence-manipulation functions that complement basic
|
||||||
|
functions provided by @file{subr.el}.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue