From: Adam Kandur via Guix-patches via <guix-patches@gnu.org>
To: 43718@debbugs.gnu.org
Subject: [bug#43718] [PATCH] gnu: Add sbcl-lambda-fiddle
Date: Wed, 30 Sep 2020 10:51:07 +0200 (CEST) [thread overview]
Message-ID: <MITCJGA--3-2@tuta.io> (raw)
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: 0001-gnu-Add-sbcl-lambda-fiddle.patch --]
[-- Type: text/x-patch, Size: 1810 bytes --]
From d13fd6544cbffc4e535f01a8f099dc6f06b09439 Mon Sep 17 00:00:00 2001
From: Adam <rndd@tuta.io>
Date: Wed, 30 Sep 2020 11:46:17 +0300
Subject: [PATCH] gnu: Add sbcl-lambda-fiddle
* gnu/packages/lisp-xyz.scm (sbcl-lambda-fiddle): New variable.
---
gnu/packages/lisp-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 62fa30b..6f4690d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14117,3 +14117,31 @@ web applications. Caveman2 has three design goals:
(define-public ecl-caveman
(sbcl-package->ecl-package sbcl-caveman))
+
+(define-public sbcl-lambda-fiddle
+ (let ((commit "d16bba55acf6065b412f64ab8fdff679a4a32b1e") ;; no tagged branch
+ (revision "1"))
+ (package
+ (name "sbcl-lambda-fiddle")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Shinmera/lambda-fiddle")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1zarj1pqjqmk95kdx1axkgpwy2wq3canczk7f9z5hvaw5an6gand"))))
+ (build-system asdf-build-system/sbcl)
+ (home-page "https://github.com/Shinmera/lambda-fiddle")
+ (synopsis "A collection of utilities to process lambda-lists.")
+ (description "This collection of utilities is useful in contexts where you want a macro
+that uses lambda-lists in some fashion but need more precise processing.")
+ (license license:zlib))))
+
+(define-public cl-lambda-fiddle
+ (sbcl-package->cl-source-package sbcl-lambda-fiddle))
+
+(define-public ecl-lambda-fiddle
+ (sbcl-package->ecl-package sbcl-lambda-fiddle))
--
2.28.0
next reply other threads:[~2020-09-30 8:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-30 8:51 Adam Kandur via Guix-patches via [this message]
2020-10-07 9:38 ` bug#42690: [bug#43718] [PATCH] gnu: Add sbcl-lambda-fiddle 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=MITCJGA--3-2@tuta.io \
--to=guix-patches@gnu.org \
--cc=43718@debbugs.gnu.org \
--cc=rndd@tuta.io \
/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.