ostinato: disable parallel building

This commit is contained in:
Orivej Desh
2017-12-07 08:52:42 +00:00
parent c12fe7416e
commit 7b6b099811
@@ -54,6 +54,10 @@ stdenv.mkDerivation rec {
EOF EOF
''; '';
# `cd common; qmake ostproto.pro; make pdmlreader.o`:
# pdmlprotocol.h:23:25: fatal error: protocol.pb.h: No such file or directory
enableParallelBuilding = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A packet traffic generator and analyzer"; description = "A packet traffic generator and analyzer";
homepage = http://ostinato.org; homepage = http://ostinato.org;