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
EOF
55
'';
56
0
0
0
0
57
meta = with stdenv.lib; {
58
description = "A packet traffic generator and analyzer";
59
homepage = http://ostinato.org;
···
54
EOF
55
'';
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
+
61
meta = with stdenv.lib; {
62
description = "A packet traffic generator and analyzer";
63
homepage = http://ostinato.org;