gnu: emacs-ggtags: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-ggtags)[arguments]: Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-13 20:42:56 +01:00
parent 0ff3b19747
commit 9cf34887d6
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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)