twinkle: disable parallel building, as it was failing

http://hydra.nixos.org/build/13919809
This commit is contained in:
Vladimír Čunát 2014-09-02 21:52:34 +02:00
parent 715943a6fb
commit 6734f37ec6

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_LINK = "-Wl,--as-needed -lboost_regex -lasound -lzrtpcpp -lspeex -lspeexdsp";
enableParallelBuilding = true;
#enableParallelBuilding = true; # fatal error: messageform.h: No such file or directory
meta = with stdenv.lib; {
homepage = http://www.twinklephone.com/;