guix-commits
[Top][All Lists]
Advanced

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

12/13: gnu: Add ecl-static-vectors.


From: guix-commits
Subject: 12/13: gnu: Add ecl-static-vectors.
Date: Tue, 4 Feb 2020 10:36:33 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit f6a6f085a43da49f6c12d5f6ecc4f93516ba1a4f
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Tue Feb 4 11:53:54 2020 +0100

    gnu: Add ecl-static-vectors.
    
    * gnu/packages/lisp-xyz.scm (ecl-static-vectors): 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 f3c0ddf..ecacd66 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4130,6 +4130,9 @@ memory.")
 (define-public cl-static-vectors
   (sbcl-package->cl-source-package sbcl-static-vectors))
 
+(define-public ecl-static-vectors
+  (sbcl-package->ecl-package sbcl-static-vectors))
+
 (define-public sbcl-marshal
   (let ((commit "eff1b15f2b0af2f26f71ad6a4dd5c4beab9299ec")
         (revision "1"))



reply via email to

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