rsync: enable parallel building

Tested at -j48.
This commit is contained in:
Alyssa Ross 2022-07-29 19:55:23 +00:00
parent ef45bf389a
commit 6c93364cc2
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -62,6 +62,8 @@ stdenv.mkDerivation rec {
# https://github.com/WayneD/rsync/commit/b7fab6f285ff0ff3816b109a8c3131b6ded0b484
++ lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) "--enable-simd=no";
enableParallelBuilding = true;
passthru.tests = { inherit (nixosTests) rsyncd; };
meta = with lib; {