cargo-dephell: mark as broken on linux

This commit is contained in:
figsoda
2026-05-04 14:34:01 -04:00
parent 3307afa9c3
commit ca38c91139
@@ -57,5 +57,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
maintainers = with lib.maintainers; [
matthiasbeyer
];
broken = stdenv.hostPlatform.isLinux;
};
})