tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ostinato: disable parallel building
Orivej Desh
8 years ago
7b6b0998
c12fe741
+4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
ostinato
default.nix
+4
pkgs/applications/networking/ostinato/default.nix
···
54
54
EOF
55
55
'';
56
56
57
57
+
# `cd common; qmake ostproto.pro; make pdmlreader.o`:
58
58
+
# pdmlprotocol.h:23:25: fatal error: protocol.pb.h: No such file or directory
59
59
+
enableParallelBuilding = false;
60
60
+
57
61
meta = with stdenv.lib; {
58
62
description = "A packet traffic generator and analyzer";
59
63
homepage = http://ostinato.org;