all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 57719@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#57719] [PATCH v4] gnu: Add cl-draw-cons-tree.
Date: Sat, 10 Sep 2022 13:00:11 -0500	[thread overview]
Message-ID: <20220910180010.24189-1-jgart@dismail.de> (raw)
In-Reply-To: <20220910174503.22763-1-jgart@dismail.de>

* gnu/packages/lisp-xyz.scm (cl-draw-cons-tree): New variable.

Tests were disabled ;()

I enabled them now.

Thanks!

all best,

jgart
---
 gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 606aa06300..dc5ceb9ee0 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23901,6 +23901,40 @@ (define-public cl-definitions-systems
 (define-public ecl-definitions-systems
   (sbcl-package->ecl-package sbcl-definitions-systems))
 
+(define-public sbcl-draw-cons-tree
+  (let ((commit "04334f5885a85cd7127db8dda3f6d6686a0438b1")
+        (revision "0"))
+    (package
+     (name "sbcl-draw-cons-tree")
+     (version (git-version "1.0" revision commit))
+     ;; https://github.com/quicklisp/quicklisp-projects/issues/2149
+     (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/phoe/draw-cons-tree")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1523bdkq8a5qn0qp9q7r16w47y6jb0hkfj7hbjfj6mg3xv001s3x"))))
+     (build-system asdf-build-system/sbcl)
+     (native-inputs
+       (list sbcl-split-sequence
+             sbcl-fiveam))
+     (inputs
+       (list sbcl-alexandria))
+     (synopsis "Draws an ascii picture of a cons tree")
+     (description
+"@code{cl-draw-cons-tree} draws a cons tree in ASCII-art style.")
+     (home-page "https://github.com/phoe/draw-cons-tree/")
+     (license license:unlicense))))
+
+(define-public cl-draw-cons-tree
+  (sbcl-package->cl-source-package sbcl-draw-cons-tree))
+
+(define-public ecl-draw-cons-tree
+  (sbcl-package->ecl-package sbcl-draw-cons-tree))
+
 (define-public sbcl-smug
   (let ((commit "647a2428df297e1dd183ba7c19574bdb1320ae79")
         (revision "0"))
-- 
2.37.3





  parent reply	other threads:[~2022-09-10 18:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-10 17:45 [bug#57719] [PATCH] gnu: Add cl-draw-cons-tree jgart via Guix-patches via
2022-09-10 17:47 ` [bug#57719] [PATCH v2] " jgart via Guix-patches via
2022-09-10 17:50 ` [bug#57719] [PATCH v3] " jgart via Guix-patches via
2022-09-10 18:00 ` jgart via Guix-patches via [this message]
2022-09-11 11:28   ` bug#57719: [PATCH v4] " Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220910180010.24189-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=57719@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.