mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
1ae0141903
commit
3625cbc3fe
1 changed files with 1 additions and 1 deletions
|
@ -17245,7 +17245,7 @@ as well as functions for navigating between these headings.")
|
||||||
(base32 "10l9h2n09cql4ih7nc0ma3ghdsq9l5v9xlj1lg7kq67icdwjlsvy"))))
|
(base32 "10l9h2n09cql4ih7nc0ma3ghdsq9l5v9xlj1lg7kq67icdwjlsvy"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:tests? #f ;FIXNE: Tests try to read "~/org/test.org"
|
||||||
#:test-command '("test/run" "--debug")
|
#:test-command '("test/run" "--debug")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue