xen: enable parallel building

This commit is contained in:
Orivej Desh 2018-06-09 07:17:14 +00:00
parent eb915f2b3c
commit b42cf67084

View File

@ -221,6 +221,8 @@ stdenv.mkDerivation (rec {
done
'';
enableParallelBuilding = true;
# TODO(@oxij): Stop referencing args here
meta = {
homepage = http://www.xen.org/;