iptables_exporter: Mark broken for unsupported Rust versions

This commit is contained in:
Andrew Kvalheim 2024-05-13 15:47:25 -07:00
parent b10e911a61
commit b66c26da12

View file

@ -25,5 +25,6 @@ rustPlatform.buildRustPackage rec {
description = "Prometheus exporter for iptables";
homepage = "https://github.com/kbknapp/iptables_exporter";
license = with lib.licenses; [ afl20 mit ];
broken = lib.versionOlder rustPlatform.rust.rustc.version (lib.importTOML (src + "/Cargo.toml")).package.rust-version;
};
}