mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: Add forgotten ecl-stmx and cl-stmx definitions.
* gnu/packages/lisp-xyz.scm (cl-ecl-stmx, ecl-ecl-stmx): New variables.
This commit is contained in:
parent
30a04c00be
commit
659cc959b3
1 changed files with 6 additions and 0 deletions
|
@ -17471,3 +17471,9 @@ (define-public sbcl-stmx
|
||||||
bugs and race conditions, provide automatic roll-back on failure, and aim at
|
bugs and race conditions, provide automatic roll-back on failure, and aim at
|
||||||
resolving the tension between granularity and concurrency.")
|
resolving the tension between granularity and concurrency.")
|
||||||
(license license:llgpl))))
|
(license license:llgpl))))
|
||||||
|
|
||||||
|
(define-public ecl-stmx
|
||||||
|
(sbcl-package->ecl-package sbcl-stmx))
|
||||||
|
|
||||||
|
(define-public cl-stmx
|
||||||
|
(sbcl-package->cl-source-package sbcl-stmx))
|
||||||
|
|
Loading…
Reference in a new issue