tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libsemanage: enable parallel building
Tested at -j48.
Alyssa Ross
4 years ago
885db6d6
9d144b3d
+2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
libsemanage
default.nix
+2
pkgs/os-specific/linux/libsemanage/default.nix
···
45
45
46
46
installTargets = [ "install" ] ++ optionals enablePython [ "install-pywrap" ];
47
47
48
48
+
enableParallelBuilding = true;
49
49
+
48
50
meta = removeAttrs libsepol.meta ["outputsToInstall"] // {
49
51
description = "Policy management tools for SELinux";
50
52
license = lib.licenses.lgpl21;