mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-org-super-agenda: Use G-expressions.
* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]: Use G-expressions.
This commit is contained in:
parent
805505b600
commit
cc09b0ebfe
1 changed files with 15 additions and 14 deletions
|
@ -22540,10 +22540,11 @@ for defining recurring tasks and easily scheduling them.")
|
||||||
(base32 "07fv4zgmfc8ppppbr7ylhx89wcw6r6vmz4a6pg0iy4v7sn5pp1wa"))))
|
(base32 "07fv4zgmfc8ppppbr7ylhx89wcw6r6vmz4a6pg0iy4v7sn5pp1wa"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #true
|
(list
|
||||||
#:test-command '("test/run" "--debug")
|
#:tests? #true
|
||||||
|
#:test-command #~(list "test/run" "--debug")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'prepare-for-tests.el
|
(add-after 'unpack 'prepare-for-tests.el
|
||||||
(lambda _
|
(lambda _
|
||||||
(make-file-writable "test/test.el")
|
(make-file-writable "test/test.el")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue