mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
ostinato: disable parallel building
This commit is contained in:
parent
c12fe7416e
commit
7b6b099811
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue