snabb: build in parallel
This commit is contained in:
parent
30d5914d4c
commit
76aa0ba664
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user