mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
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 New Issue
Block a user