buildRustPackage: drop cacert

not needed here, set by fetchCargoTarball
This commit is contained in:
zowoq 2023-01-31 18:06:07 +10:00
parent 9bc4f34034
commit c6d203467a

View File

@ -4,7 +4,6 @@
, rust
, stdenv
, callPackage
, cacert
, cargoBuildHook
, cargoCheckHook
, cargoInstallHook
@ -124,7 +123,6 @@ stdenv.mkDerivation ((removeAttrs args [ "depsExtraArgs" "cargoUpdateHook" "carg
inherit cargo cargo-auditable;
})
] ++ [
cacert
cargoBuildHook
(if useNextest then cargoNextestHook else cargoCheckHook)
cargoInstallHook