mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-lin: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-lin)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
9ca63549ac
commit
c98fde91e6
1 changed files with 1 additions and 0 deletions
|
@ -21144,6 +21144,7 @@ number on the left margin in Emacs.")
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'install 'makeinfo
|
(add-after 'install 'makeinfo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue