From d2b665120154a275dd7fc15ad386cad0ffe0dad4 Mon Sep 17 00:00:00 2001 From: Andreas Wiese Date: Mon, 10 May 2021 19:00:42 +0200 Subject: [PATCH] usrsctp: enable parallel building --- pkgs/usrsctp/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/usrsctp/default.nix b/pkgs/usrsctp/default.nix index 47f0edd..d1df318 100644 --- a/pkgs/usrsctp/default.nix +++ b/pkgs/usrsctp/default.nix @@ -13,6 +13,8 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ which libtool autoconf automake ]; + enableParallelBuilding = true; + NIX_CFLAGS_COMPILE = "-O2"; preConfigure = "./bootstrap";