mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-git-email: Disable tests.
* gnu/packages/emacs-xyz.scm (emacs-git-email)[arguments]: Improve style. {tests?}: Disable them. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
19a60f03c3
commit
686c61beb5
1 changed files with 6 additions and 4 deletions
|
@ -23742,10 +23742,12 @@ created by @code{git format-patch}, from @code{magit}, @code{dired} and
|
|||
(base32 "0p8c449nvn77bxmq1pinpw47lx6gj1k08yrxgi8bc8xrwkni9glp"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(add-before 'install 'makeinfo
|
||||
(lambda _
|
||||
(invoke "makeinfo" "doc/git-email.texi"))))))
|
||||
(list
|
||||
#:tests? #f ; Makefile but no tests.
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(add-before 'install 'makeinfo
|
||||
(lambda _
|
||||
(invoke "makeinfo" "doc/git-email.texi"))))))
|
||||
(inputs (list mu emacs-magit emacs-notmuch emacs-piem))
|
||||
(native-inputs (list texinfo))
|
||||
(license license:gpl3+)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue