mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 12:27:34 +00:00
Merge pull request #151835 from alyssais/rpm-parallel
rpm: enable parallel building
This commit is contained in:
commit
457c65faa8
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user