1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

thrift: disable parallel building, as it fails on hydra

This commit is contained in:
Vladimír Čunát 2014-08-14 18:17:50 +02:00
parent 78118328b5
commit 45371d380c

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation {
md5 = "466aca9e43e43df868f4385af50e32f6";
};
enableParallelBuilding = true;
#enableParallelBuilding = true; problems on hydra
# Fixes build error: <flex>/lib/libfl.so: undefined reference to `yylex'.
# Patch exists in upstream git repo, so it can be removed on the next version