telepathy-qt: disable parallel make
http://hydra.nixos.org/build/30377457/nixlog/1/raw https://bugs.freedesktop.org/show_bug.cgi?id=93707
This commit is contained in:
parent
73359a3cbe
commit
e534896c7d
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
NIX_CFLAGS_COMPILE+=" `pkg-config --cflags dbus-glib-1`"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = false; # missing _gen/future-constants.h
|
||||
doCheck = false; # giving up for now
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user