gnu: emacs-org-super-agenda: Use G-expressions.
* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]: Use G-expressions.master
parent
805505b600
commit
cc09b0ebfe
|
@ -22540,20 +22540,21 @@ 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
|
||||||
#:phases
|
#:test-command #~(list "test/run" "--debug")
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
(add-after 'unpack 'prepare-for-tests.el
|
#~(modify-phases %standard-phases
|
||||||
(lambda _
|
(add-after 'unpack 'prepare-for-tests.el
|
||||||
(make-file-writable "test/test.el")
|
(lambda _
|
||||||
(emacs-substitute-variables "test/test.el"
|
(make-file-writable "test/test.el")
|
||||||
("org-super-agenda-test-results-file"
|
(emacs-substitute-variables "test/test.el"
|
||||||
(string-append (getcwd) "/test/results.el")))
|
("org-super-agenda-test-results-file"
|
||||||
;; The following tests fail.
|
(string-append (getcwd) "/test/results.el")))
|
||||||
(substitute* "test/test.el"
|
;; The following tests fail.
|
||||||
((".* org-super-agenda-test--with-retained-sorting .*" all)
|
(substitute* "test/test.el"
|
||||||
(string-append all " (skip-unless nil)\n"))))))))
|
((".* org-super-agenda-test--with-retained-sorting .*" all)
|
||||||
|
(string-append all " (skip-unless nil)\n"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list emacs-f util-linux))
|
(list emacs-f util-linux))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue