gnu: sbcl-hdf5-cffi: Enable tests.

* gnu/packages/lisp-xyz.scm (sbcl-hdf5-cffi)[arguments]: Do it.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Pierre Neidhardt 2022-07-04 20:50:06 +02:00 committed by Guillaume Le Vaillant
parent 440372efcd
commit c1b4608ac5
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -9575,11 +9575,7 @@ (define-public sbcl-hdf5-cffi
(native-inputs
(list sbcl-fiveam))
(arguments
`(;; Tests depend on hdf5-cffi.examples.asd in addition to hdf5-cffi.asd,
;; I don't know if there is a way to tell asdf-build-system to load
;; an additional system first, so tests are disabled.
#:tests? #f
#:phases
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-paths
(lambda* (#:key inputs #:allow-other-keys)