* [bug#44869] [PATCH] gnu: Add sbcl-claw-support.
@ 2020-11-25 14:59 Adam Kandur via Guix-patches via
2020-11-29 14:47 ` bug#44869: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Adam Kandur via Guix-patches via @ 2020-11-25 14:59 UTC (permalink / raw)
To: 44869
From 0c0e80e5d0062e5285f4d8424c6393f332678dca Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd@tuta.io>
Date: Wed, 25 Nov 2020 17:58:04 +0300
Subject: [PATCH] gnu: Add sbcl-claw-support.
* gnu/packages/lisp-xyz.scm (sbcl-claw-support): New variable.
---
gnu/packages/lisp-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index fe2af3e..24f1424 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6045,6 +6045,28 @@ neat APIs and connection-pooling. It is meant to supersede Drakma.")
(define-public ecl-dexador
(sbcl-package->ecl-package sbcl-dexador))
+(define-public sbcl-claw-support
+ (package
+ (name "sbcl-claw-support")
+ (version "stable")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/borodust/claw-support")
+ (commit "9a15c8bed04585f45e6a461bcda1b475144dbd0b")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1my2ka7h72ipx5n3b465g6kjkasrhsvhqlijwcg6dhlzs5yygl23"))))
+ (build-system asdf-build-system/sbcl)
+ (arguments
+ '(#:asd-file "claw-support.asd"
+ #:asd-system-name "claw-support"))
+ (home-page "https://github.com/borodust/claw-support")
+ (synopsis "Support routines for claw")
+ (description "This packages provide support routines for @code{claw} common-lisp package.")
+ (license license:expat)))
+
(define-public sbcl-lisp-namespace
(let ((commit "28107cafe34e4c1c67490fde60c7f92dc610b2e0")
(revision "1"))
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#44869: [PATCH] gnu: Add sbcl-claw-support.
2020-11-25 14:59 [bug#44869] [PATCH] gnu: Add sbcl-claw-support Adam Kandur via Guix-patches via
@ 2020-11-29 14:47 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2020-11-29 14:47 UTC (permalink / raw)
To: Adam Kandur; +Cc: 44869-done
[-- Attachment #1: Type: text/plain, Size: 85 bytes --]
Pushed as 6e043dfccdf4c584b7308b618167838a2f4bb79d with some
modifications. 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-11-29 14:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-25 14:59 [bug#44869] [PATCH] gnu: Add sbcl-claw-support Adam Kandur via Guix-patches via
2020-11-29 14:47 ` bug#44869: " 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).