[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)))))
- branch master updated (409fcee -> 89c98c0), guix-commits, 2020/06/18
- 04/06: gnu: Add sbcl-cluffer-simple-line., guix-commits, 2020/06/18
- 03/06: gnu: Add sbcl-cluffer-standard-buffer., guix-commits, 2020/06/18
- 01/06: gnu: Add sbcl-cluffer-base., guix-commits, 2020/06/18
- 02/06: gnu: Add sbcl-cluffer-standard-line.,
guix-commits <=
- 05/06: gnu: Add sbcl-cluffer-simple-buffer., guix-commits, 2020/06/18
- 06/06: gnu: Add cluffer., guix-commits, 2020/06/18