mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
libsemanage: enable parallel building
Tested at -j48.
This commit is contained in:
parent
9d144b3d78
commit
885db6d60d
@ -45,6 +45,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installTargets = [ "install" ] ++ optionals enablePython [ "install-pywrap" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = removeAttrs libsepol.meta ["outputsToInstall"] // {
|
||||
description = "Policy management tools for SELinux";
|
||||
license = lib.licenses.lgpl21;
|
||||
|
Loading…
Reference in New Issue
Block a user