me
/
guix
Archived
1
0
Fork 0

gnu: Add forgotten ecl-stmx and cl-stmx definitions.

* gnu/packages/lisp-xyz.scm (cl-ecl-stmx, ecl-ecl-stmx): New variables.
master
Pierre Neidhardt 2021-06-21 09:00:59 +02:00
parent 30a04c00be
commit 659cc959b3
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 6 additions and 0 deletions

View File

@ -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))