mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
Merge pull request #179468 from alyssais/libsepol-parallel
libsepol: enable parallel building
This commit is contained in:
commit
5811ea7a88
@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru = { inherit se_url; };
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user