pktgen: disable parallel building
This commit is contained in:
parent
db51e9074c
commit
d2bbc631ff
@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
RTE_TARGET = "x86_64-native-linuxapp-gcc";
|
RTE_TARGET = "x86_64-native-linuxapp-gcc";
|
||||||
GUI = stdenv.lib.optionalString withGtk "true";
|
GUI = stdenv.lib.optionalString withGtk "true";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = [ "-march=core2" ];
|
NIX_CFLAGS_COMPILE = [ "-march=core2" ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user