1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 14:40:36 +02:00

gnu: emacs-org-super-agenda: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]<#:tests?>:
Ignore tests.
This commit is contained in:
Nicolas Goaziou
2021-12-18 22:22:11 +01:00
parent 1ae0141903
commit 3625cbc3fe

View File

@@ -17245,7 +17245,7 @@ as well as functions for navigating between these headings.")
(base32 "10l9h2n09cql4ih7nc0ma3ghdsq9l5v9xlj1lg7kq67icdwjlsvy"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t
`(#:tests? #f ;FIXNE: Tests try to read "~/org/test.org"
#:test-command '("test/run" "--debug")
#:phases
(modify-phases %standard-phases