gnu: emacs-adoc-mode: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-adoc-mode)[arguments]: Use G-expressions. Remove trailing #T from phases.master
parent
f1d38bfbe8
commit
8355657777
|
@ -25893,8 +25893,9 @@ and 'text viewing modes' respectively.")
|
|||
"0bp2i66a9gp41r7nvbx8f4s334gd7lwjdxi3qw5yhgaav6gk3bkc"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
;; See: https://github.com/sensorflo/adoc-mode/issues/39.
|
||||
(add-after 'unpack 'disable-failing-tests
|
||||
(lambda _
|
||||
|
@ -25912,8 +25913,7 @@ and 'text viewing modes' respectively.")
|
|||
"adoctest-test-tempo-macros"
|
||||
"adoctest-test-tempo-paragraphs"
|
||||
"adoctest-test-tempo-passthroug-macros"
|
||||
"adoctest-test-tempo-quotes")))
|
||||
#t)))
|
||||
"adoctest-test-tempo-quotes"))))))
|
||||
#:tests? #t
|
||||
#:test-command '("emacs" "-Q" "-batch"
|
||||
"-l" "test/adoc-mode-test.el"
|
||||
|
|
Reference in New Issue