minijail: enableParallelBuilding

Works for me at -j48.
This commit is contained in:
Alyssa Ross 2021-08-17 17:42:41 +00:00
parent 4cc8b0c6f6
commit d327f21b1e
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -50,6 +50,8 @@ stdenv.mkDerivation rec {
cp -v constants.json $out/share/minijail
'';
enableParallelBuilding = true;
meta = with lib; {
homepage = "https://android.googlesource.com/platform/external/minijail/";
description = "Sandboxing library and application using Linux namespaces and capabilities";