rsync: unblock tests on darwin

https://hydra.nixos.org/build/300077929/nixlog/2/tail
This commit is contained in:
Vladimír Čunát
2025-06-17 20:44:35 +02:00
parent 259974ed6c
commit 8e8f7c7fab
@@ -48,7 +48,8 @@ stdenv.mkDerivation rec {
++ lib.optional enableOpenSSL openssl
++ lib.optional enableXXHash xxHash;
checkInputs = [ fakeroot ];
# fakeroot doesn't work well on darwin anymore, apparently
checkInputs = lib.optionals (!stdenv.isDarwin) [ fakeroot ];
configureFlags =
[