Merge pull request #179468 from alyssais/libsepol-parallel

libsepol: enable parallel building
This commit is contained in:
Martin Weinelt 2022-07-01 14:56:27 +02:00 committed by GitHub
commit 5811ea7a88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-Wno-error"; NIX_CFLAGS_COMPILE = "-Wno-error";
enableParallelBuilding = true;
passthru = { inherit se_url; }; passthru = { inherit se_url; };
meta = with lib; { meta = with lib; {