guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: Add ecl-documentation-utils.


From: guix-commits
Subject: 02/03: gnu: Add ecl-documentation-utils.
Date: Tue, 11 Feb 2020 03:29:08 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 281537f47b22de288370a0f843301c399b6378f7
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Tue Feb 11 09:13:41 2020 +0100

    gnu: Add ecl-documentation-utils.
    
    * gnu/packages/lisp-xyz.scm (ecl-documentation-utils): New variable.
---
 gnu/packages/lisp-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5c97f37..0bff311 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]