sourceHighlight: fix build on darwin
Clang has trouble compiling the tests, so re-disable building them pending an upstream fix.
This commit is contained in:
parent
47961c73be
commit
7f59b4b529
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
configureFlags = [ "--with-boost=${boost.out}" ];
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.cc.isClang;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# Upstream uses the same intermediate files in multiple tests, running
|
||||
|
|
Loading…
Reference in a new issue