me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]<#:tests?>:
Ignore tests.
master
Nicolas Goaziou 2021-12-18 22:22:11 +01:00
parent 1ae0141903
commit 3625cbc3fe
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

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