diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-04-17 17:31:12 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-04-17 17:36:09 +0200 |
| commit | 5dd9f056285cefeb7d5dda99f67d62251b6c0143 (patch) | |
| tree | 798606ac8f624af5e01e03c1ae6d72b2fdabb6b8 /gnu/packages | |
| parent | 8d585c617975ae392845884b483a9ba7d788c7a9 (diff) | |
gnu: Add emacs-exemplify-eval.
* gnu/packages/emacs-xyz.scm (emacs-exemplify-eval): New variable.
Change-Id: I704387dd9faa181f9c1bdbe36cf437e4155c854f
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ab949733927..d0b5702231e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -45173,6 +45173,30 @@ Features: | |||
| 45173 | test cases in a simplified form.") | 45173 | test cases in a simplified form.") |
| 45174 | (license license:gpl3+))) | 45174 | (license license:gpl3+))) |
| 45175 | 45175 | ||
| 45176 | (define-public emacs-exemplify-eval | ||
| 45177 | (package | ||
| 45178 | (name "emacs-exemplify-eval") | ||
| 45179 | (version "0.3.0") | ||
| 45180 | (source | ||
| 45181 | (origin | ||
| 45182 | (method git-fetch) | ||
| 45183 | (uri (git-reference | ||
| 45184 | (url "https://git.sr.ht/~flandrew/exemplify-eval") | ||
| 45185 | (commit version))) | ||
| 45186 | (file-name (git-file-name name version)) | ||
| 45187 | (sha256 | ||
| 45188 | (base32 "0f2rfgjcmpw45y0ayx8ww9d9q86y0jwkb46ixp1qd7782qxpa5lg")))) | ||
| 45189 | (build-system emacs-build-system) | ||
| 45190 | (arguments | ||
| 45191 | (list #:tests? #f)) ;no tests | ||
| 45192 | (home-page "https://git.sr.ht/~flandrew/exemplify-eval") | ||
| 45193 | (synopsis "Create arrowified examples from sexps") | ||
| 45194 | (description | ||
| 45195 | "This Emacs package is an extension to @code{ert}, and creates | ||
| 45196 | @code{emacs-exemplify-ert}–like examples. It aims at writing test cases in a | ||
| 45197 | simplified form.") | ||
| 45198 | (license license:gpl3+))) | ||
| 45199 | |||
| 45176 | (define-public emacs-pcmpl-args | 45200 | (define-public emacs-pcmpl-args |
| 45177 | (package | 45201 | (package |
| 45178 | (name "emacs-pcmpl-args") | 45202 | (name "emacs-pcmpl-args") |
