rsync: Remove fakeroot from checkInputs (#446259)
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
enableZstd ? true,
|
||||
zstd,
|
||||
nixosTests,
|
||||
fakeroot,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -58,9 +57,6 @@ stdenv.mkDerivation rec {
|
||||
++ lib.optional enableOpenSSL openssl
|
||||
++ lib.optional enableXXHash xxHash;
|
||||
|
||||
# fakeroot doesn't work well on darwin anymore, apparently
|
||||
checkInputs = lib.optionals (!stdenv.isDarwin) [ fakeroot ];
|
||||
|
||||
configureFlags = [
|
||||
(lib.enableFeature enableLZ4 "lz4")
|
||||
(lib.enableFeature enableOpenSSL "openssl")
|
||||
|
||||
Reference in New Issue
Block a user