ispc: fix build

This commit is contained in:
Robin Gloster
2017-03-13 12:07:48 +01:00
parent 80bd50a6e4
commit dbbdccdd65

View File

@@ -1,4 +1,4 @@
{stdenv, fetchFromGitHub, bash, which, m4, python, bison, flex, llvmPackages, clangWrapSelf,
{stdenv, fetchFromGitHub, bash, which, m4, python, bison, flex_2_6_1, 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
flex_2_6_1
llvm
llvmPackages.clang-unwrapped # we need to link against libclang, so we need the unwrapped
];