spirv-llvm-translator: fix duplicate makeFlags merge

See
https://github.com/NixOS/nixpkgs/pull/171656#issuecomment-1119263828

there was a conflict with #162603 and a GitHub Action did a bad merge in 4cab9ae#diff-1aeab0da45b3afb6688d321042021a2ebad96758fc495d92aaadb50cc9aa22c7R28, adding a second makeFlags and breaking the build.
This commit is contained in:
Christian Albrecht 2022-05-06 10:30:03 +02:00
parent 4c4d0d6bc3
commit 9d8bbb544b
No known key found for this signature in database
GPG key ID: 866AF4B25DF7EB00

View file

@ -25,8 +25,6 @@ stdenv.mkDerivation rec {
checkInputs = [ lit ];
makeFlags = [ "llvm-spirv" ];
cmakeFlags = [
"-DLLVM_INCLUDE_TESTS=ON"
"-DLLVM_DIR=${llvm_11.dev}"