GNU bug report logs -
#58991
[PATCH] gnu: Add cl-incless.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Thu, 3 Nov 2022 16:50:01 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
#58991: [PATCH] gnu: Add cl-incless.
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 58991 <at> debbugs.gnu.org.
--
58991: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58991
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 ceac0fb1294b47bfd0cf31bb3950cd5d631c2227.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/lisp-xyz.scm (cl-incless, ecl-incless, sbcl-incless):
New variables.
---
gnu/packages/lisp-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 6c35caa370..2184295137 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15185,6 +15185,36 @@ (define-public ecl-eclector
(define-public cl-eclector
(sbcl-package->cl-source-package sbcl-eclector))
+(define-public sbcl-incless
+ (let ((commit "395accf484ffdff70f20b941f322e8329c585ca7"))
+ (package
+ (name "sbcl-incless")
+ (version (git-version "0.0.0" "0" commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/s-expressionists/Incless")
+ (commit commit)))
+ (file-name (git-file-name name commit))
+ (sha256
+ (base32 "14bkb5zx8xq6wv6dsqi041dwq9scvw3kdjlnkfs2ndazj0rb2a1k"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs (list sbcl-alexandria))
+ ;; See https://github.com/s-expressionists/Incless/issues/6
+ (arguments '(#:asd-systems '("incless")))
+ (home-page "https://github.com/s-expressionists/incless")
+ (synopsis "Implements print-object methods for many standard classes")
+ (description
+"@code{cl-incless} implements print-object methods for many standard classes.")
+ (license license:bsd-2))))
+
+(define-public ecl-incless
+ (sbcl-package->ecl-package sbcl-incless))
+
+(define-public cl-incless
+ (sbcl-package->cl-source-package sbcl-incless))
+
(define-public sbcl-trucler
(let ((commit "167199797eb3e2e9d9d3e1fe6e11948c663ce7e2"))
(package
--
2.38.1
This bug report was last modified 2 years and 203 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.