me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-super-agenda: Use G-expressions.

* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]: Use G-expressions.
master
Nicolas Goaziou 2023-10-03 21:32:40 +02:00
parent 805505b600
commit cc09b0ebfe
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 15 additions and 14 deletions

View File

@ -22540,10 +22540,11 @@ for defining recurring tasks and easily scheduling them.")
(base32 "07fv4zgmfc8ppppbr7ylhx89wcw6r6vmz4a6pg0iy4v7sn5pp1wa"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #true
#:test-command '("test/run" "--debug")
(list
#:tests? #true
#:test-command #~(list "test/run" "--debug")
#:phases
(modify-phases %standard-phases
#~(modify-phases %standard-phases
(add-after 'unpack 'prepare-for-tests.el
(lambda _
(make-file-writable "test/test.el")