me
/
guix
Archived
1
0
Fork 0

gnu: emacs-buttercup: Improve package style.

* gnu/packages/emacs-xyz.scm (emacs-buttercup)[arguments]: Use
G-expressions. Remove trailing #T from phases.
master
Nicolas Goaziou 2022-08-15 00:06:29 +02:00
parent f5b51a6212
commit bf0b51260e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 9 additions and 9 deletions

View File

@ -24012,15 +24012,15 @@ targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, SLIME etc.)")
"1zr9lczdr9dfh99n079d5advxm9p32a8f984dx14f3jn5mx750b1"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t
#:test-command '("make" "test")
#:phases
(modify-phases %standard-phases
(add-after 'install 'install-bin
(lambda* (#:key outputs #:allow-other-keys)
(install-file "bin/buttercup"
(string-append (assoc-ref outputs "out") "/bin"))
#t)))))
(list
#:tests? #t
#:test-command #~(list "make" "test")
#:phases
#~(modify-phases %standard-phases
(add-after 'install 'install-bin
(lambda _
(install-file "bin/buttercup"
(string-append #$output "/bin")))))))
(home-page "https://github.com/jorgenschaefer/emacs-buttercup")
(synopsis "Behavior driven emacs lisp testing framework")
(description "Buttercup is a behavior-driven development framework for