mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ggtags: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-ggtags)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
0ff3b19747
commit
9cf34887d6
1 changed files with 2 additions and 1 deletions
|
@ -6275,7 +6275,8 @@ tool.")
|
|||
(inputs
|
||||
(list global))
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:tests? #f ; no tests
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'configure
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue