From d84d1eeb22a19def830ffa180fc2d004c3c69eb1 Mon Sep 17 00:00:00 2001 From: Yueh-Shun Li Date: Sun, 23 Feb 2025 04:56:51 +0800 Subject: [PATCH] buildRustPackage: remove ineffective extendDrvArgs element cargoDeps gets shadowed in the implementation whether or not it is excluded. --- pkgs/build-support/rust/build-rust-package/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/build-support/rust/build-rust-package/default.nix b/pkgs/build-support/rust/build-rust-package/default.nix index a3f0845eae5e..421b69fb3488 100644 --- a/pkgs/build-support/rust/build-rust-package/default.nix +++ b/pkgs/build-support/rust/build-rust-package/default.nix @@ -23,7 +23,6 @@ lib.extendMkDerivation { excludeDrvArgNames = [ "depsExtraArgs" "cargoUpdateHook" - "cargoDeps" "cargoLock" ];