libsemanage: enable parallel building

Tested at -j48.

+2
+2
pkgs/os-specific/linux/libsemanage/default.nix
··· 45 46 installTargets = [ "install" ] ++ optionals enablePython [ "install-pywrap" ]; 47 48 meta = removeAttrs libsepol.meta ["outputsToInstall"] // { 49 description = "Policy management tools for SELinux"; 50 license = lib.licenses.lgpl21;
··· 45 46 installTargets = [ "install" ] ++ optionals enablePython [ "install-pywrap" ]; 47 48 + enableParallelBuilding = true; 49 + 50 meta = removeAttrs libsepol.meta ["outputsToInstall"] // { 51 description = "Policy management tools for SELinux"; 52 license = lib.licenses.lgpl21;