mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
rpm: enable parallel building
Works fine at -j48.
This commit is contained in:
parent
bddfc03e71
commit
024f1a0ee9
@ -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