me
/
guix
Archived
1
0
Fork 0

gnu: Add ecl-documentation-utils.

* gnu/packages/lisp-xyz.scm (ecl-documentation-utils): New variable.
master
Guillaume Le Vaillant 2020-02-11 09:13:41 +01:00
parent c6e6254a05
commit 281537f47b
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 3 additions and 0 deletions

View File

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