diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2020-02-11 09:13:41 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2020-02-11 09:25:59 +0100 |
commit | 281537f47b22de288370a0f843301c399b6378f7 (patch) | |
tree | 8029ba0f917a0db460a9f50a6762c3161efc8e56 | |
parent | c6e6254a05872a29ee36062e161e502bb9c071a1 (diff) | |
download | patches-281537f47b22de288370a0f843301c399b6378f7.tar patches-281537f47b22de288370a0f843301c399b6378f7.tar.gz |
gnu: Add ecl-documentation-utils.
* gnu/packages/lisp-xyz.scm (ecl-documentation-utils): New variable.
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 5c97f37d48..0bff3110cc 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -7555,6 +7555,9 @@ docstrings for your library.") (define-public cl-documentation-utils (sbcl-package->cl-source-package sbcl-documentation-utils)) +(define-public ecl-documentation-utils + (sbcl-package->ecl-package sbcl-documentation-utils)) + (define-public sbcl-form-fiddle (let ((commit "e0c23599dbb8cff3e83e012f3d86d0764188ad18") (revision "0")) |