diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-06-27 10:57:43 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-06-27 10:59:39 +0200 |
commit | f6f0e48637fc4bf1a413829c930182ae3c09a13e (patch) | |
tree | da602c224ae903ccb8269957e96825eabd1c7e8b | |
parent | bc1d26e39e09e7821ad1ca98c900a9894858cab0 (diff) | |
download | patches-f6f0e48637fc4bf1a413829c930182ae3c09a13e.tar patches-f6f0e48637fc4bf1a413829c930182ae3c09a13e.tar.gz |
gnu: shaderc: Disable tests.
* gnu/packages/vulkan.scm (shaderc): Disable tests since they are
failing.
-rw-r--r-- | gnu/packages/vulkan.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm index b36471c0eb..c83bfdd0c9 100644 --- a/gnu/packages/vulkan.scm +++ b/gnu/packages/vulkan.scm @@ -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) |