mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-templatel: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-templatel)[#:phases]: Add ‘number-tests’.
This commit is contained in:
parent
4e896f6fae
commit
e98f3a010a
1 changed files with 7 additions and 0 deletions
|
@ -17733,6 +17733,13 @@ Dust.js, React/JSX, Angularjs, ejs, etc.")
|
|||
(sha256
|
||||
(base32 "03n7amd2mfr4jmc4s1ar5ckm86knr7qarxxlkdhbnw3svy5kbc57"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'number-tests
|
||||
(lambda _
|
||||
(ert-number-tests "templatel-tests.el"
|
||||
"render-expr-math-sub"))))))
|
||||
(home-page "https://clarete.li/templatel")
|
||||
(synopsis "Jinja inspired template language for Emacs Lisp")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue