mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: emacs-log4e: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-log4e)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
a639ed8d9f
commit
087ba745bc
1 changed files with 2 additions and 1 deletions
|
@ -20020,7 +20020,8 @@ provides functions to convert hash tables from and to alists and plists.")
|
||||||
(base32 "1x08dz18zhifkhrwdbh57izzidaf6vy1vb865f4xrqs6blgfiwj4"))))
|
(base32 "1x08dz18zhifkhrwdbh57izzidaf6vy1vb865f4xrqs6blgfiwj4"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:tests? #f ; tests require el-expectations
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'remove-tests
|
(add-after 'unpack 'remove-tests
|
||||||
;; Guile builder complains about null characters in some
|
;; Guile builder complains about null characters in some
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue