guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: Add forgotten ecl-stmx and cl-stmx definitions.


From: guix-commits
Subject: 01/07: gnu: Add forgotten ecl-stmx and cl-stmx definitions.
Date: Mon, 21 Jun 2021 05:20:49 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 659cc959b3d028edb1e1f1d931ccc10983285f1d
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jun 21 09:00:59 2021 +0200

    gnu: Add forgotten ecl-stmx and cl-stmx definitions.
    
    * gnu/packages/lisp-xyz.scm (cl-ecl-stmx, ecl-ecl-stmx): New variables.
---
 gnu/packages/lisp-xyz.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 1bd35d5..2e95d5c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17471,3 +17471,9 @@ Memory transactions give freedom from deadlocks, are 
immune to thread-safety
 bugs and race conditions, provide automatic roll-back on failure, and aim at
 resolving the tension between granularity and concurrency.")
      (license license:llgpl))))
+
+(define-public ecl-stmx
+  (sbcl-package->ecl-package sbcl-stmx))
+
+(define-public cl-stmx
+  (sbcl-package->cl-source-package sbcl-stmx))



reply via email to

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