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.
This commit is contained in:
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

View file

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