mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01: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 @@ another window.")
|
|||
(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…
Add table
Reference in a new issue