ostinato: disable parallel building

This commit is contained in:
Orivej Desh 2017-12-05 15:29:29 +00:00
parent c12fe7416e
commit 7b6b099811

View File

@ -54,6 +54,10 @@ stdenv.mkDerivation rec {
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; {
description = "A packet traffic generator and analyzer";
homepage = http://ostinato.org;