* [bug#43718] [PATCH] gnu: Add sbcl-lambda-fiddle
@ 2020-09-30 8:51 Adam Kandur via Guix-patches via
2020-10-07 9:38 ` bug#42690: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Adam Kandur via Guix-patches via @ 2020-09-30 8:51 UTC (permalink / raw)
To: 43718
[-- 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#42690: [bug#43718] [PATCH] gnu: Add sbcl-lambda-fiddle
2020-09-30 8:51 [bug#43718] [PATCH] gnu: Add sbcl-lambda-fiddle Adam Kandur via Guix-patches via
@ 2020-10-07 9:38 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2020-10-07 9:38 UTC (permalink / raw)
To: Adam Kandur; +Cc: 42690-done, 43718-done
[-- Attachment #1: Type: text/plain, Size: 78 bytes --]
Pushed as 582d0108d6e3e225dab810e6c0c03f8a4ca33e1c with a few edits.
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:[~2020-10-07 9:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-30 8:51 [bug#43718] [PATCH] gnu: Add sbcl-lambda-fiddle Adam Kandur via Guix-patches via
2020-10-07 9:38 ` bug#42690: " Guillaume Le Vaillant
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.