mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: Add emacs-ert-async.
* gnu/packages/emacs-xyz.scm (emacs-ert-async): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e961133f74
commit
6746bdddf1
1 changed files with 20 additions and 0 deletions
|
@ -14662,6 +14662,26 @@ (define-public emacs-exwm-edit
|
|||
invoked.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-ert-async
|
||||
(package
|
||||
(name "emacs-ert-async")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/rejeep/ert-async.el")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hn9i405nfhjd1h9vnwj43nxbbz00khrwkjq0acfyxjaz1shfac9"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/rejeep/ert-async.el")
|
||||
(synopsis "Async support for ERT")
|
||||
(description "This package allows ERT to work with asynchronous tests.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-semantic-refactor
|
||||
;; The last release, 0.5, was made on 2015-07-26 and there have been 47
|
||||
;; commits since then.
|
||||
|
|
Loading…
Reference in a new issue