subxt: drop stale cmake dep

This commit is contained in:
kilyanni
2026-05-03 02:25:00 +02:00
parent d9ee7d67f5
commit c0407c87ae
-4
View File
@@ -2,7 +2,6 @@
lib,
rustPlatform,
fetchFromGitHub,
cmake,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -24,9 +23,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
"subxt"
];
# Needed by wabt-sys
nativeBuildInputs = [ cmake ];
# Requires a running substrate node
doCheck = false;