cargo-all-features: fix build error (#463442)

This commit is contained in:
Matthias Beyer
2025-11-20 13:25:52 +00:00
committed by GitHub
@@ -13,6 +13,11 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-pHwQq6/KGCIYm3Q63YbUit6yUjwEFnpBJCE6lpGBcZc=";
};
postPatch = ''
substituteInPlace tests/settings.rs \
--replace-fail 'cmd.env("RUSTFLAGS", "-Cinstrument-coverage");' '''
'';
cargoHash = "sha256-tAwU7vJLp4KLzYAEbtSpNKbZBz+hBdAiIkUD/A5CpwI=";
meta = with lib; {