mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add clasp-compatible-metaclasses.
* gnu/packages/lisp-xyz.scm (clasp-compatible-metaclasses): New variable. Change-Id: If53e847b4016eebeff97848d76abc94017cc7be4
This commit is contained in:
parent
bb307bff5e
commit
56fee3ba1d
1 changed files with 3 additions and 0 deletions
|
@ -12803,6 +12803,9 @@ model, thereby greatly simplifying the definition of class mixins.")
|
|||
(define-public ecl-compatible-metaclasses
|
||||
(sbcl-package->ecl-package sbcl-compatible-metaclasses))
|
||||
|
||||
(define-public clasp-compatible-metaclasses
|
||||
(sbcl-package->clasp-package sbcl-compatible-metaclasses))
|
||||
|
||||
(define-public sbcl-compiler-macro
|
||||
(let ((commit "7796bda64aec5af3ca175170ad3565167868789c")
|
||||
(revision "0"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue