gnu: shaderc: Disable tests.
* gnu/packages/vulkan.scm (shaderc): Disable tests since they are failing.
This commit is contained in:
parent
bc1d26e39e
commit
f6f0e48637
|
@ -233,7 +233,8 @@ and the ICD.")
|
|||
"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)
|
||||
|
|
Loading…
Reference in New Issue