me
/
guix
Archived
1
0
Fork 0

gnu: sbcl-moptilities: Fix tests.

* gnu/packages/lisp-xyz.scm (sbcl-moptilities)[arguments]: Add 'fix-tests'
  phase.
master
Guillaume Le Vaillant 2020-09-12 09:50:23 +02:00
parent 4136736b52
commit 466bf553d7
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 9 additions and 0 deletions

View File

@ -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