mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-magit-annex: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-magit-annex) [arguments]<tests?>: Skip them. <test-command>: Set it. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
38871fd06a
commit
e657673a9b
1 changed files with 9 additions and 0 deletions
|
@ -2236,6 +2236,15 @@ process, passing on the arguments as command line arguments.")
|
|||
(sha256
|
||||
(base32 "0gbrn80xcwhfav962hjv6lhx444b81jknzj22zb8d5piqfpg8rvc"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; tests rely on an older version of emacs-magit.
|
||||
#:test-command
|
||||
(let ((emacs-magit (this-package-input "emacs-magit")))
|
||||
#~(list "make" "test"
|
||||
(string-append "MAGIT_DIR="
|
||||
#$emacs-magit
|
||||
"/share/emacs/site-lisp/magit-"
|
||||
#$(package-version emacs-magit))))))
|
||||
(propagated-inputs (list emacs-magit))
|
||||
(home-page "https://github.com/magit/magit-annex/")
|
||||
(synopsis "Git-annex support for Magit")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue