mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-moptilities: Fix tests.
* gnu/packages/lisp-xyz.scm (sbcl-moptilities)[arguments]: Add 'fix-tests' phase.
This commit is contained in:
parent
4136736b52
commit
466bf553d7
1 changed files with 9 additions and 0 deletions
|
@ -9001,6 +9001,15 @@ PascalCase, snake_case, param-case, CONSTANT_CASE and more.")
|
||||||
`(("closer-mop" ,sbcl-closer-mop)))
|
`(("closer-mop" ,sbcl-closer-mop)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("lift" ,sbcl-lift)))
|
`(("lift" ,sbcl-lift)))
|
||||||
|
(arguments
|
||||||
|
`(#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'fix-tests
|
||||||
|
(lambda _
|
||||||
|
(substitute* "lift-standard.config"
|
||||||
|
((":relative-to lift-test")
|
||||||
|
":relative-to moptilities-test"))
|
||||||
|
#t)))))
|
||||||
(synopsis "Compatibility layer for Common Lisp MOP implementation differences")
|
(synopsis "Compatibility layer for Common Lisp MOP implementation differences")
|
||||||
(description
|
(description
|
||||||
"MOP utilities provide a common interface between Lisps and make the
|
"MOP utilities provide a common interface between Lisps and make the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue