mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
12265d6168
commit
a2fd34ec95
1 changed files with 2 additions and 4 deletions
|
@ -21262,10 +21262,8 @@ (define-public sbcl-metacopy
|
|||
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))
|
||||
|
|
Loading…
Reference in a new issue