gnu: sbcl-moptilities: Fix tests.
* gnu/packages/lisp-xyz.scm (sbcl-moptilities)[arguments]: Add 'fix-tests' phase.master
parent
4136736b52
commit
466bf553d7
|
@ -9001,6 +9001,15 @@ PascalCase, snake_case, param-case, CONSTANT_CASE and more.")
|
|||
`(("closer-mop" ,sbcl-closer-mop)))
|
||||
(native-inputs
|
||||
`(("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")
|
||||
(description
|
||||
"MOP utilities provide a common interface between Lisps and make the
|
||||
|
|
Reference in New Issue