mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
Merge pull request #18754 from aske/pktgen-build
pktgen: disable parallel building
This commit is contained in:
commit
e9f2c781dc
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue