unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58991] [PATCH] gnu: Add cl-incless.
@ 2022-11-03 16:49 jgart via Guix-patches via
  2022-11-05 12:04 ` bug#58991: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-11-03 16:49 UTC (permalink / raw)
  To: 58991; +Cc: jgart

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58991: [PATCH] gnu: Add cl-incless.
  2022-11-03 16:49 [bug#58991] [PATCH] gnu: Add cl-incless jgart via Guix-patches via
@ 2022-11-05 12:04 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-05 12:04 UTC (permalink / raw)
  To: jgart; +Cc: 58991-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as ceac0fb1294b47bfd0cf31bb3950cd5d631c2227.
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:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-03 16:49 [bug#58991] [PATCH] gnu: Add cl-incless jgart via Guix-patches via
2022-11-05 12:04 ` bug#58991: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).