mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add emacs-ert-expectations.
* gnu/packages/emacs.scm (emacs-ert-expectations): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
parent
5d6f07fb47
commit
1fcd7e6c35
1 changed files with 18 additions and 0 deletions
|
@ -2460,6 +2460,24 @@ (define-public emacs-debbugs
|
|||
Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-ert-expectations
|
||||
(package
|
||||
(name "emacs-ert-expectations")
|
||||
(version "0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri "https://www.emacswiki.org/emacs/download/ert-expectations.el")
|
||||
(sha256
|
||||
(base32
|
||||
"0cwy3ilsid90abzzjb7ha2blq9kmv3gfp3icwwfcz6qczgirq6g7"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://www.emacswiki.org/emacs/ert-expectations.el")
|
||||
(synopsis "Simple unit test framework for Emacs Lisp")
|
||||
(description "@code{emacs-ert-expectations} is a simple unit test
|
||||
framework for Emacs Lisp to be used with @code{ert}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-deferred
|
||||
(package
|
||||
(name "emacs-deferred")
|
||||
|
|
Loading…
Reference in a new issue