me
/
guix
Archived
1
0
Fork 0

gnu: Add ecl-moptilities.

* gnu/packages/lisp-xyz.scm (ecl-moptilities): New variable.
master
Guillaume Le Vaillant 2022-11-19 10:54:13 +01:00
parent c9524eca89
commit 103380bca0
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 9 additions and 0 deletions

View File

@ -11519,6 +11519,15 @@ MOP easier to use.")
(define-public cl-moptilities
(sbcl-package->cl-source-package sbcl-moptilities))
(define-public ecl-moptilities
(let ((pkg (sbcl-package->ecl-package sbcl-moptilities)))
(package
(inherit pkg)
(arguments
;; Tests fail with "The function LIFT::GET-BACKTRACE-AS-STRING is
;; undefined" on ECL.
'(#:tests? #f)))))
(define-public sbcl-osicat
(let ((commit "a45eb3b5826e9175f7c94ba97a00d6b4932f3163")
(revision "3"))