gnu: Add ecl-documentation-utils.
authorGuillaume Le Vaillant <glv@posteo.net>
Tue, 11 Feb 2020 08:13:41 +0000 (09:13 +0100)
committerGuillaume Le Vaillant <glv@posteo.net>
Tue, 11 Feb 2020 08:25:59 +0000 (09:25 +0100)
* gnu/packages/lisp-xyz.scm (ecl-documentation-utils): New variable.

gnu/packages/lisp-xyz.scm

index 5c97f37..0bff311 100644 (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"))