mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +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 a new issue