gnu: emacs-adoc-mode: Improve package style.

* gnu/packages/emacs-xyz.scm (emacs-adoc-mode)[arguments]: Use G-expressions.
Remove trailing #T from phases.
This commit is contained in:
Nicolas Goaziou 2023-03-10 18:44:00 +01:00
parent f1d38bfbe8
commit 8355657777
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -25893,8 +25893,9 @@ and 'text viewing modes' respectively.")
"0bp2i66a9gp41r7nvbx8f4s334gd7lwjdxi3qw5yhgaav6gk3bkc")))) "0bp2i66a9gp41r7nvbx8f4s334gd7lwjdxi3qw5yhgaav6gk3bkc"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases (list
(modify-phases %standard-phases #:phases
#~(modify-phases %standard-phases
;; See: https://github.com/sensorflo/adoc-mode/issues/39. ;; See: https://github.com/sensorflo/adoc-mode/issues/39.
(add-after 'unpack 'disable-failing-tests (add-after 'unpack 'disable-failing-tests
(lambda _ (lambda _
@ -25912,8 +25913,7 @@ and 'text viewing modes' respectively.")
"adoctest-test-tempo-macros" "adoctest-test-tempo-macros"
"adoctest-test-tempo-paragraphs" "adoctest-test-tempo-paragraphs"
"adoctest-test-tempo-passthroug-macros" "adoctest-test-tempo-passthroug-macros"
"adoctest-test-tempo-quotes"))) "adoctest-test-tempo-quotes"))))))
#t)))
#:tests? #t #:tests? #t
#:test-command '("emacs" "-Q" "-batch" #:test-command '("emacs" "-Q" "-batch"
"-l" "test/adoc-mode-test.el" "-l" "test/adoc-mode-test.el"