mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: emacs-pyvenv: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-pyvenv)[#:phases]: Add ‘ert-number-tests’.
This commit is contained in:
parent
73388a1a19
commit
3c7cbaf461
1 changed files with 5 additions and 1 deletions
|
@ -14124,7 +14124,11 @@ (define-public emacs-pyvenv
|
|||
(modify-phases %standard-phases
|
||||
;; This phase incorrectly attempts to substitute "activate" and fails
|
||||
;; doing so.
|
||||
(delete 'patch-el-files))
|
||||
(delete 'patch-el-files)
|
||||
(add-after 'unpack 'ert-number-tests
|
||||
(lambda _
|
||||
(ert-number-tests "test/pyvenv-hook-dir-test.el"
|
||||
"pyvenv-hook-dir"))))
|
||||
#:tests? #t
|
||||
#:test-command '("ert-runner")))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue