mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: emacs-espuds: Move to (gnu packages emacs-build).
* gnu/packages/emacs-xyz.scm (emacs-espuds): Move from here… * gnu/packages/emacs-build.scm (emacs-espuds): …to here. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
c0c45a7e21
commit
ed9f875d97
2 changed files with 23 additions and 23 deletions
|
@ -345,6 +345,29 @@ using ERT. It assumes a certain test structure setup and can therefore make
|
||||||
running tests easier.")
|
running tests easier.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-espuds
|
||||||
|
(package
|
||||||
|
(name "emacs-espuds")
|
||||||
|
(version "0.3.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/ecukes/espuds")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "16r4j27j9yfdiy841w9q5ykkc6n3wrm7hvfacagb32mydk821ijg"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ; XXX: test defined twice
|
||||||
|
(propagated-inputs
|
||||||
|
(list emacs-s emacs-dash emacs-f))
|
||||||
|
(home-page "https://github.com/ecukes/espuds")
|
||||||
|
(synopsis "Common step definitions for Ecukes")
|
||||||
|
(description "Espuds is a collection of the most commonly used step
|
||||||
|
definitions for testing with the Ecukes framework.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-f
|
(define-public emacs-f
|
||||||
(package
|
(package
|
||||||
(name "emacs-f")
|
(name "emacs-f")
|
||||||
|
|
|
@ -8204,29 +8204,6 @@ something with a bit more flair than the Modus themes.")
|
||||||
"This package lets Flymake run ESLint on the current buffer.")
|
"This package lets Flymake run ESLint on the current buffer.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-espuds
|
|
||||||
(package
|
|
||||||
(name "emacs-espuds")
|
|
||||||
(version "0.3.3")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/ecukes/espuds")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "16r4j27j9yfdiy841w9q5ykkc6n3wrm7hvfacagb32mydk821ijg"))))
|
|
||||||
(build-system emacs-build-system)
|
|
||||||
(arguments (list #:tests? #f)) ; XXX: test defined twice
|
|
||||||
(propagated-inputs
|
|
||||||
(list emacs-s emacs-dash emacs-f))
|
|
||||||
(home-page "https://github.com/ecukes/espuds")
|
|
||||||
(synopsis "Common step definitions for Ecukes")
|
|
||||||
(description "Espuds is a collection of the most commonly used step
|
|
||||||
definitions for testing with the Ecukes framework.")
|
|
||||||
(license license:gpl3+)))
|
|
||||||
|
|
||||||
(define-public emacs-spark
|
(define-public emacs-spark
|
||||||
(let ((version "20160503") ; no proper tag, use date of commit
|
(let ((version "20160503") ; no proper tag, use date of commit
|
||||||
(commit "0bf148c3ede3b31d56fd75f347cdd0b0eae60025")
|
(commit "0bf148c3ede3b31d56fd75f347cdd0b0eae60025")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue