* [bug#59588] [PATCH] gnu: Add cl-with-user-abort.
@ 2022-11-26 0:40 Paul A. Patience
2022-11-28 8:36 ` bug#59588: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2022-11-26 0:40 UTC (permalink / raw)
To: 59588; +Cc: Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-with-user-abort, cl-with-user-abort,
ecl-with-user-abort): New variables.
---
gnu/packages/lisp-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 4b9462b08a..dcead16cbc 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17862,6 +17862,35 @@ (define-public cl-moira
(define-public ecl-moira
(sbcl-package->ecl-package sbcl-moira))
+(define-public sbcl-with-user-abort
+ (let ((commit "60693b4a1354faf17107ad6003b0b870cca37081")
+ (revision "0"))
+ (package
+ (name "sbcl-with-user-abort")
+ (version (git-version "0.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/compufox/with-user-abort")
+ (commit commit)))
+ (file-name (git-file-name "cl-with-user-abort" version))
+ (sha256
+ (base32 "0k1xxfvncdw4fx8nncis1ma128bqq05zky1mrzak5rjbivzjm8j1"))))
+ (build-system asdf-build-system/sbcl)
+ (home-page "https://github.com/compufox/with-user-abort")
+ (synopsis "Portability library for catching SIGINT from Common Lisp")
+ (description
+ "@code{with-user-abort} is a Common Lisp portability library providing a
+like-named macro that catches the SIGINT signal.")
+ (license license:bsd-3))))
+
+(define-public cl-with-user-abort
+ (sbcl-package->cl-source-package sbcl-with-user-abort))
+
+(define-public ecl-with-user-abort
+ (sbcl-package->ecl-package sbcl-with-user-abort))
+
(define-public sbcl-cl-package-locks
(let ((commit "96a358ede7cef416d61d2f699e724fe1d9de602c")
(revision "1"))
--
2.38.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#59588: [PATCH] gnu: Add cl-with-user-abort.
2022-11-26 0:40 [bug#59588] [PATCH] gnu: Add cl-with-user-abort Paul A. Patience
@ 2022-11-28 8:36 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-28 8:36 UTC (permalink / raw)
To: Paul A. Patience; +Cc: 59588-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 1a4eb38bdd51e338e91825410836816695ba8dca.
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:[~2022-11-28 9:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-26 0:40 [bug#59588] [PATCH] gnu: Add cl-with-user-abort Paul A. Patience
2022-11-28 8:36 ` bug#59588: " 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.