From ef3e770dea3bd577ed634ddaeddebecc2b6ff57c Mon Sep 17 00:00:00 2001 From: Mrmaxmeier Date: Sun, 22 Mar 2026 17:10:19 +0100 Subject: [PATCH] mitmproxy-linux: fix fetchCargoVendor path PR #387337 changed the directory layout of the vendored sources to include a sub directory per dependency type. --- pkgs/development/python-modules/mitmproxy-linux/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/mitmproxy-linux/default.nix b/pkgs/development/python-modules/mitmproxy-linux/default.nix index 342ef131b55b..085f9cdbf645 100644 --- a/pkgs/development/python-modules/mitmproxy-linux/default.nix +++ b/pkgs/development/python-modules/mitmproxy-linux/default.nix @@ -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",' ""