GNU bug report logs - #75249
[PATCH 01/71] gnu: Add asdf-build-system/clasp.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Wed, 1 Jan 2025 19:08:03 UTC

Severity: normal

Tags: easy, patch

Full log


View this message in rfc822 format

From: jgart <jgart <at> dismail.de>
To: 75249 <at> debbugs.gnu.org
Cc: jgart <jgart <at> dismail.de>, Guillaume Le Vaillant <glv <at> posteo.net>, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>, Munyoki Kilyungi <me <at> bonfacemunyoki.com>, Sharlatan Hellseher <sharlatanus <at> gmail.com>, jgart <jgart <at> dismail.de>
Subject: [bug#75249] [PATCH 28/71] gnu: Add clasp-trivial-custom-debugger.
Date: Wed,  1 Jan 2025 13:04:05 -0600
* gnu/packages/lisp-xyz.scm (clasp-trivial-custom-debugger): New variable.

Change-Id: I0821600f38f99038c8010c59f81919997ac07290
---
 gnu/packages/lisp-xyz.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0a879bc1b8..30c837ddab 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -30142,6 +30142,11 @@ (define-public ecl-trivial-custom-debugger
      ;; Tests fail on ECL: https://github.com/phoe/trivial-custom-debugger/issues/3
      '(#:tests? #f))))
 
+(define-public clasp-trivial-custom-debugger
+  (package
+    (inherit (sbcl-package->clasp-package sbcl-trivial-custom-debugger))
+    (arguments (list #:tests? #f))))
+
 (define-public sbcl-trivial-do
   (let ((commit "03a1729f1e71bad3ebcf6cf098a0cce52dfa1163"))
     (package
-- 
2.47.1





This bug report was last modified 67 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.