me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 25 additions and 25 deletions

View File

@ -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"