Loading
rustPlatform.buildRustPackage: fix cargoDeps inherited attribute overriding
Make `<rust-package>.cargoDeps` reference the overridden `<rust-package>.src` and other attributes. Let `stdenv.mkDerivation` handle the name of `<rust-package>.cargoDeps`. Make Rust package overriding *possible* before making further design decisions about the `<pkg>.overrideAttrs` interface.