guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: Add sbcl-cluffer-standard-line.


From: guix-commits
Subject: 02/06: gnu: Add sbcl-cluffer-standard-line.
Date: Thu, 18 Jun 2020 11:49:33 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit a4a24f66fa15bfd9ef15a85dcde59ace773994b8
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Thu Jun 18 17:47:10 2020 +0200

    gnu: Add sbcl-cluffer-standard-line.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cluffer-standard-line): New variable.
---
 gnu/packages/lisp-xyz.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 74d141f..36ece58 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -12063,3 +12063,13 @@ editor.  As such, it defines a set of CLOS protocols 
for client code to
 interact with the buffer contents in various ways, and it supplies different
 implementations of those protocols for different purposes.")
       (license license:bsd-2))))
+
+(define-public sbcl-cluffer-standard-line
+  (package
+    (inherit sbcl-cluffer-base)
+    (name "sbcl-cluffer-standard-line")
+    (arguments
+     '(#:asd-file "Standard-line/cluffer-standard-line.asd"
+       #:asd-system-name "cluffer-standard-line"))
+    (inputs
+     `(("cluffer-base" ,sbcl-cluffer-base)))))



reply via email to

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