snabb: build in parallel

This commit is contained in:
Domen Kožar
2016-05-09 15:13:29 +01:00
parent 30d5914d4c
commit 76aa0ba664
+2
View File
@@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
cp src/snabb $out/bin
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = https://github.com/SnabbCo/snabbswitch;
description = "Simple and fast packet networking toolkit";