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
-1
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;
};
}