GNU bug report logs -
#44869
[PATCH] gnu: Add sbcl-claw-support.
Previous Next
Reported by: Adam Kandur <rndd <at> tuta.io>
Date: Wed, 25 Nov 2020 15:00:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#44869: [PATCH] gnu: Add sbcl-claw-support.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 44869 <at> debbugs.gnu.org.
--
44869: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44869
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Pushed as 6e043dfccdf4c584b7308b618167838a2f4bb79d with some
modifications. Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From 0c0e80e5d0062e5285f4d8424c6393f332678dca Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd <at> 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
This bug report was last modified 4 years and 193 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.