spirv-llvm-translator: remove prePatch since we don't run tests

-6
-6
pkgs/development/compilers/spirv-llvm-translator/default.nix
··· 34 "-DLLVM_SPIRV_BUILD_EXTERNAL=YES" 35 ]; 36 37 - prePatch = '' 38 - substituteInPlace ./test/CMakeLists.txt \ 39 - --replace 'SPIRV-Tools' 'SPIRV-Tools-shared' 40 - ''; 41 - 42 - 43 # FIXME: CMake tries to run "/llvm-lit" which of course doesn't exist 44 doCheck = false; 45
··· 34 "-DLLVM_SPIRV_BUILD_EXTERNAL=YES" 35 ]; 36 37 # FIXME: CMake tries to run "/llvm-lit" which of course doesn't exist 38 doCheck = false; 39