From 37c0bfd127f2797ded4dbaef462ea2dc71df31b6 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Thu, 5 May 2022 15:26:20 -0700 Subject: [PATCH] spirv-llvm-translator: remove prePatch since we don't run tests --- .../development/compilers/spirv-llvm-translator/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/compilers/spirv-llvm-translator/default.nix b/pkgs/development/compilers/spirv-llvm-translator/default.nix index 8893f07b8c8..3ae837ac46b 100644 --- a/pkgs/development/compilers/spirv-llvm-translator/default.nix +++ b/pkgs/development/compilers/spirv-llvm-translator/default.nix @@ -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;