forked from mirrors/nixpkgs
spirv-llvm-translator: remove prePatch since we don't run tests
This commit is contained in:
parent
d14ebd795e
commit
37c0bfd127
|
@ -34,12 +34,6 @@ stdenv.mkDerivation rec {
|
|||
"-DLLVM_SPIRV_BUILD_EXTERNAL=YES"
|
||||
];
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace ./test/CMakeLists.txt \
|
||||
--replace 'SPIRV-Tools' 'SPIRV-Tools-shared'
|
||||
'';
|
||||
|
||||
|
||||
# FIXME: CMake tries to run "/llvm-lit" which of course doesn't exist
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue