buildRustPackage: allow passthru overrides

Don't ignore the passthru that could be passed to the derivation
wip/yesman
zimbatm 7 years ago
parent 74a2d53e0d
commit daf53c9a10
  1. 2
      pkgs/build-support/rust/default.nix

@ -80,5 +80,5 @@ in stdenv.mkDerivation (args // {
runHook postInstall
'';
passthru = { inherit cargoDeps; };
passthru = { inherit cargoDeps; } // (args.passthru or {});
})

Loading…
Cancel
Save