ispc: build with current flex

This commit is contained in:
Franz Pletz 2017-07-29 19:42:44 +02:00
parent 5d2f5e374f
commit 6f0ef6bb32
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,4 +1,4 @@
{stdenv, fetchFromGitHub, bash, which, m4, python, bison, flex_2_6_1, llvmPackages, clangWrapSelf,
{stdenv, fetchFromGitHub, bash, which, m4, python, bison, flex, llvmPackages, clangWrapSelf,
testedTargets ? ["sse2" "host"] # the default test target is sse4, but that is not supported by all Hydra agents
}:
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
m4
python
bison
flex_2_6_1
flex
llvm
llvmPackages.clang-unwrapped # we need to link against libclang, so we need the unwrapped
];