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)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ; no tests
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'install 'makeinfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue