sourceHighlight: fix build on darwin
Clang has trouble compiling the tests, so re-disablebuilding them pending an upstream fix.
Ryan Burns 4 years ago 7f59b4b5 47961c73
··· 30 30 31 31 configureFlags = [ "--with-boost=${boost.out}" ]; 32 32 33 33 - doCheck = true; 33 33 + doCheck = !stdenv.cc.isClang; 34 34 35 35 enableParallelBuilding = true; 36 36 # Upstream uses the same intermediate files in multiple tests, running