nftables: enable parallel building
This commit is contained in:
@@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
|
||||
] ++ lib.optional (!withDebugSymbols) "--disable-debug"
|
||||
++ lib.optional withXtables "--with-xtables";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) firewall-nftables;
|
||||
lxd-nftables = nixosTests.lxd.nftables;
|
||||
|
||||
Reference in New Issue
Block a user