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

rdedup: build fixed on darwin
This commit is contained in:
Robert Scott 2022-09-19 17:29:26 +01:00 committed by GitHub
commit 8b3a9a1efa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/dpc/rdedup";
license = licenses.mpl20;
maintainers = with maintainers; [ dywedir ];
broken = stdenv.isDarwin;
};
}