rpm: enable parallel building

Works fine at -j48.
This commit is contained in:
Alyssa Ross 2021-12-22 21:35:40 +00:00
parent bddfc03e71
commit 024f1a0ee9
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -62,6 +62,8 @@ stdenv.mkDerivation rec {
ln -sf $out/bin/{rpm,rpmverify}
'';
enableParallelBuilding = true;
meta = with lib; {
homepage = "https://www.rpm.org/";
license = with licenses; [ gpl2Plus lgpl21Plus ];