Unverified Commit 8b3a9a1e authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #191730 from viraptor/rdedup-darwin-fixed

rdedup: build fixed on darwin
parents 6a9da90b 7ae78019
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -28,6 +28,5 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/dpc/rdedup";
    license = licenses.mpl20;
    maintainers = with maintainers; [ dywedir ];
    broken = stdenv.isDarwin;
  };
}