buildRustPackage: remove ineffective extendDrvArgs element
cargoDeps gets shadowed in the implementation whether or not it is excluded.
This commit is contained in:
@@ -23,7 +23,6 @@ lib.extendMkDerivation {
|
||||
excludeDrvArgNames = [
|
||||
"depsExtraArgs"
|
||||
"cargoUpdateHook"
|
||||
"cargoDeps"
|
||||
"cargoLock"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user