1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

pktgen: disable parallel building

This commit is contained in:
Kirill Boltaev 2016-09-19 05:28:43 +03:00
parent db51e9074c
commit d2bbc631ff

View file

@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
RTE_TARGET = "x86_64-native-linuxapp-gcc";
GUI = stdenv.lib.optionalString withGtk "true";
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = [ "-march=core2" ];
postPatch = ''