guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

57/71: gnu: Add clasp-unix-opts.


From: guix-commits
Subject: 57/71: gnu: Add clasp-unix-opts.
Date: Wed, 1 Jan 2025 20:28:25 -0500 (EST)

jgart pushed a commit to branch lisp-team-asdf-build-system-clasp
in repository guix.

commit a42ac72bd4b503441f8b1ff594162c12ec2f6503
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Dec 31 02:45:13 2024 -0600

    gnu: Add clasp-unix-opts.
    
    * gnu/packages/lisp-xyz.scm (clasp-unix-opts): New variable.
    
    Change-Id: Id392d789c1c4c884f2661bc193eb658164d832b7
---
 gnu/packages/lisp-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7523acf206..2454d16f45 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -31542,6 +31542,9 @@ precisely controls the behavior of the parser via 
Common Lisp restarts.")
 (define-public ecl-unix-opts
   (sbcl-package->ecl-package sbcl-unix-opts))
 
+(define-public clasp-unix-opts
+  (sbcl-package->clasp-package sbcl-unix-opts))
+
 (define-public sbcl-usocket
   (package
     (name "sbcl-usocket")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]