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:
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

View file

@ -17471,3 +17471,9 @@ (define-public sbcl-stmx
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))