Skip to content

Commit

Permalink
ispc: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 13, 2017
1 parent 80bd50a commit dbbdccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/ispc/default.nix
@@ -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
}:

Expand Down Expand Up @@ -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
];
Expand Down

0 comments on commit dbbdccd

Please sign in to comment.