Commit ef3e770d authored by Mrmaxmeier's avatar Mrmaxmeier
Browse files

mitmproxy-linux: fix fetchCargoVendor path

PR #387337 changed the directory layout of the vendored sources to include
a sub directory per dependency type.
parent 6c9a78c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ buildPythonPackage {
  pyproject = true;

  postPatch = ''
    substituteInPlace ../mitmproxy-rs-*-vendor/aya-build-*/src/lib.rs \
    substituteInPlace ../mitmproxy-rs-*-vendor/*/aya-build-*/src/lib.rs \
      --replace-fail '"+nightly",' "" \
      --replace-fail '"-Z",' "" \
      --replace-fail '"build-std=core",' ""