snabb: build in parallel
This commit is contained in:
@@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
|
|||||||
cp src/snabb $out/bin
|
cp src/snabb $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/SnabbCo/snabbswitch;
|
homepage = https://github.com/SnabbCo/snabbswitch;
|
||||||
description = "Simple and fast packet networking toolkit";
|
description = "Simple and fast packet networking toolkit";
|
||||||
|
|||||||
Reference in New Issue
Block a user