rsync: unblock tests on darwin
https://hydra.nixos.org/build/300077929/nixlog/2/tail
This commit is contained in:
@@ -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 =
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user