mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: emacs-tmr: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-tmr)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
2bafa92d35
commit
01ea43475a
1 changed files with 1 additions and 0 deletions
|
@ -20165,6 +20165,7 @@ structure, or any other pattern.")
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:tests? #f ; spurious lint errors
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-paths
|
(add-after 'unpack 'patch-paths
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue