Skip to content

Commit

Permalink
snabb: build in parallel
Browse files Browse the repository at this point in the history
(cherry picked from commit 76aa0ba)
Signed-off-by: Domen Kožar <domen@dev.si>
  • Loading branch information
domenkozar committed May 19, 2016
1 parent bf9903c commit 9c0ed7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/tools/networking/snabbswitch/default.nix
Expand Up @@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
wrapProgram $out/bin/snabb --prefix PATH : "${ lib.makeBinPath [ git mariadb diffutils ]}"
'';

enableParallelBuilding = true;

meta = with stdenv.lib; {
homepage = https://github.com/SnabbCo/snabbswitch;
description = "Simple and fast packet networking toolkit";
Expand Down

0 comments on commit 9c0ed7f

Please sign in to comment.