ostinato: disable parallel building

+4
+4
pkgs/applications/networking/ostinato/default.nix
··· 54 54 EOF 55 55 ''; 56 56 57 + # `cd common; qmake ostproto.pro; make pdmlreader.o`: 58 + # pdmlprotocol.h:23:25: fatal error: protocol.pb.h: No such file or directory 59 + enableParallelBuilding = false; 60 + 57 61 meta = with stdenv.lib; { 58 62 description = "A packet traffic generator and analyzer"; 59 63 homepage = http://ostinato.org;