Unverified Commit a8a7a4ee authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

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

parents 031a0563 6138d984
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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; {