Unverified Commit ce95c22e authored by Will Fancher's avatar Will Fancher Committed by GitHub
Browse files

rsync: Remove `fakeroot` from `checkInputs` (#446259)

parents b358f449 19c9c011
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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")