mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-libgit: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-libgit)[#:phases]: Add ‘ert-number-tests’.
This commit is contained in:
parent
50b2db40ea
commit
51bbc440f4
1 changed files with 4 additions and 0 deletions
|
@ -1407,6 +1407,10 @@ (define-public emacs-libgit
|
|||
(substitute* "test/submodule-test.el"
|
||||
(("\\(ert-deftest (status|ids) .*" all)
|
||||
(string-append all " (skip-unless nil)")))))
|
||||
(add-after 'unpack 'ert-number-tests
|
||||
(lambda _
|
||||
(ert-number-tests "test/repository-test.el"
|
||||
"repository-head-for-worktree")))
|
||||
(add-before 'install 'prepare-for-install
|
||||
(lambda _
|
||||
(let ((s "../source"))
|
||||
|
|
Loading…
Reference in a new issue