rdedup: build fixed on darwin

This commit is contained in:
Stanisław Pitucha 2022-09-18 12:17:54 +10:00 committed by Stanisław Pitucha
parent a30eeb16a0
commit 7ae78019d4

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