* [bug#58998] [PATCH] gnu: Add cl-clostrum.
@ 2022-11-03 17:21 jgart via Guix-patches via
2022-11-05 12:06 ` bug#58998: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-11-03 17:21 UTC (permalink / raw)
To: 58998; +Cc: jgart
* gnu/packages/lisp-xyz.scm (cl-clostrum, ecl-clostrum, sbcl-clostrum):
New variables.
---
gnu/packages/lisp-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 38b2e0070e..548c4531e2 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15328,6 +15328,38 @@ (define-public ecl-jsown
(define-public cl-jsown
(sbcl-package->cl-source-package sbcl-jsown))
+(define-public sbcl-clostrum
+ (let ((commit "c85d38bde9d093f1f132574e9b98b8d64683cd51"))
+ (package
+ (name "sbcl-clostrum")
+ (version (git-version "0.0.0" "0" commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/s-expressionists/Clostrum")
+ (commit commit)))
+ (file-name (git-file-name name commit))
+ (sha256
+ (base32 "10alsdnpzbgic75xghwjp414sqwg4npvp69zn0r4l8ms0ki9zr1x"))))
+ (build-system asdf-build-system/sbcl)
+ (native-inputs (list sbcl-fiveam))
+ (arguments
+ '(#:asd-systems '("clostrum"
+ "clostrum-test"
+ "clostrum-basic")))
+ (home-page "https://github.com/s-expressionists/Clostrum")
+ (synopsis "First Class Global Environments")
+ (description
+"First-class global environments for Common Lisp.")
+ (license license:bsd-2))))
+
+(define-public ecl-clostrum
+ (sbcl-package->ecl-package sbcl-clostrum))
+
+(define-public cl-clostrum
+ (sbcl-package->cl-source-package sbcl-trucler))
+
(define-public sbcl-system-locale
(let ((commit "4b334bc2fa45651bcaa28ae7d9331095d6bf0a17"))
(package
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#58998: [PATCH] gnu: Add cl-clostrum.
2022-11-03 17:21 [bug#58998] [PATCH] gnu: Add cl-clostrum jgart via Guix-patches via
@ 2022-11-05 12:06 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-05 12:06 UTC (permalink / raw)
To: jgart; +Cc: 58998-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as fcc01e832c56472e4c244cb9fbe006ee219044b8.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-05 12:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-03 17:21 [bug#58998] [PATCH] gnu: Add cl-clostrum jgart via Guix-patches via
2022-11-05 12:06 ` bug#58998: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.