mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ecukes: Move to (gnu packages emacs-build).
* gnu/packages/emacs-xyz.scm (emacs-ecukes): Move from here… * gnu/packages/emacs-build.scm (emacs-ecukes): …to here. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
ed9f875d97
commit
5958ff6a7b
2 changed files with 37 additions and 37 deletions
|
@ -173,6 +173,43 @@ Emacs.")
|
|||
(description "This package provides a modern list API library for Emacs.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-ecukes
|
||||
(package
|
||||
(name "emacs-ecukes")
|
||||
(version "0.6.18")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ecukes/ecukes")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "182qgddfv8nd89y1l55rs5vm5i61ayc8cxbplb8zx0alnid9xrw1"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:include (cons* "^feature/" "^reporters/" "^templates/" %default-include)
|
||||
;; 4 unexpected results:
|
||||
;; FAILED ecukes-run-test/run-step-async-callbacked-no-arg
|
||||
;; FAILED ecukes-run-test/run-step-async-callbacked-with-arg
|
||||
;; FAILED ecukes-run-test/run-step-async-callbacked-with-arg-and-args
|
||||
;; FAILED ecukes-run-test/run-step-async-with-timeout
|
||||
#:tests? #f))
|
||||
(propagated-inputs
|
||||
(list emacs-ansi
|
||||
emacs-commander
|
||||
emacs-dash
|
||||
emacs-espuds
|
||||
emacs-f
|
||||
emacs-s))
|
||||
(home-page "https://github.com/ecukes/ecukes")
|
||||
(synopsis "Cucumber for Emacs")
|
||||
(description
|
||||
"This package provides Ecukes, a Cucumber-inspired integration testing
|
||||
tool for Emacs. Ecukes is not a complete clone of Cucumber and is not
|
||||
intended to be.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-eldev
|
||||
(package
|
||||
(name "emacs-eldev")
|
||||
|
|
|
@ -8122,43 +8122,6 @@ highlighting, code folding, indentation, automatic pairing, auto-completion,
|
|||
and code formatting.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-ecukes
|
||||
(package
|
||||
(name "emacs-ecukes")
|
||||
(version "0.6.18")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ecukes/ecukes")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "182qgddfv8nd89y1l55rs5vm5i61ayc8cxbplb8zx0alnid9xrw1"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:include (cons* "^feature/" "^reporters/" "^templates/" %default-include)
|
||||
;; 4 unexpected results:
|
||||
;; FAILED ecukes-run-test/run-step-async-callbacked-no-arg
|
||||
;; FAILED ecukes-run-test/run-step-async-callbacked-with-arg
|
||||
;; FAILED ecukes-run-test/run-step-async-callbacked-with-arg-and-args
|
||||
;; FAILED ecukes-run-test/run-step-async-with-timeout
|
||||
#:tests? #f))
|
||||
(propagated-inputs
|
||||
(list emacs-ansi
|
||||
emacs-commander
|
||||
emacs-dash
|
||||
emacs-espuds
|
||||
emacs-f
|
||||
emacs-s))
|
||||
(home-page "https://github.com/ecukes/ecukes")
|
||||
(synopsis "Cucumber for Emacs")
|
||||
(description
|
||||
"This package provides Ecukes, a Cucumber-inspired integration testing
|
||||
tool for Emacs. Ecukes is not a complete clone of Cucumber and is not
|
||||
intended to be.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-ef-themes
|
||||
(package
|
||||
(name "emacs-ef-themes")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue