gnu: cl-metacopy: Add ECL build.

* gnu/packages/lisp-xyz.scm (ecl-metacopy): New variable.

Change-Id: I44dab70d3f37b2266aac511eade9282c43df8e00
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Sharlatan Hellseher 2023-11-07 00:57:51 +00:00 committed by Guillaume Le Vaillant
parent 12265d6168
commit a2fd34ec95
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 4 deletions

View File

@ -21262,10 +21262,8 @@ running into parallelism problems when having to change directory.")
Common Lisp.")
(license license:expat))))
;; NOTE: (Sharlatan-20221112T214131+0000): There is no ecl-moptilities variable
;; required for tests.
;;
;; ecl-metacopy
(define-public ecl-metacopy
(sbcl-package->ecl-package sbcl-metacopy))
(define-public cl-metacopy
(sbcl-package->cl-source-package sbcl-metacopy))