GNU bug report logs -
#58998
[PATCH] gnu: Add cl-clostrum.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Thu, 3 Nov 2022 17:22:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#58998: [PATCH] gnu: Add cl-clostrum.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 58998 <at> debbugs.gnu.org.
--
58998: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58998
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Patch pushed as fcc01e832c56472e4c244cb9fbe006ee219044b8.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* 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
This bug report was last modified 2 years and 195 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.