Unverified Commit 8c5aab08 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

mitmproxy-linux: fix fetchCargoVendor path (#502241)

parents a2521dea ef3e770d
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",' ""