Merge pull request #151835 from alyssais/rpm-parallel

rpm: enable parallel building
This commit is contained in:
Thiago Kenji Okada 2021-12-23 12:04:24 -03:00 committed by GitHub
commit 457c65faa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];