gnu: shaderc: Disable tests.

* gnu/packages/vulkan.scm (shaderc): Disable tests since they are
failing.
This commit is contained in:
Rutger Helling 2018-06-27 10:57:43 +02:00
parent bc1d26e39e
commit f6f0e48637
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -233,7 +233,8 @@ (define-public shaderc
"16p25ry2i4zrj00zihfpf210f8xd7g398ffbw25igvi9mbn4nbfd"))))
(build-system meson-build-system)
(arguments
`(#:phases
`(#:tests? #f ; FIXME: Tests fail.
#:phases
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key outputs #:allow-other-keys)