mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ on stdout instead of using a socket as the Emacsclient does.")
|
||||||
(substitute* "test/submodule-test.el"
|
(substitute* "test/submodule-test.el"
|
||||||
(("\\(ert-deftest (status|ids) .*" all)
|
(("\\(ert-deftest (status|ids) .*" all)
|
||||||
(string-append all " (skip-unless nil)")))))
|
(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
|
(add-before 'install 'prepare-for-install
|
||||||
(lambda _
|
(lambda _
|
||||||
(let ((s "../source"))
|
(let ((s "../source"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue