nixpkgs/pkgs/development/compilers/rust
Winter 759bd7b26f clippy: fix on darwin
As of Rust 1.67.0, the cargo-clippy binary now relies on the rustc_private
libraries [0], so let's do the RPATH fixup to it too.

I've also added a comment to explain the RPATH situation, as it took me
a bit to figure out.

[0]: https://github.com/rust-lang/rust-clippy/pull/9541
2023-02-20 01:19:56 -05:00
..
1_67.nix rustc: apply patch to fix delay_span_bug ICE 2023-02-07 23:36:18 -05:00
binary.nix rustc: don't strip bootstrap on darwin 2022-10-20 09:02:51 +10:00
bootstrap.nix
cargo-auditable-cargo-wrapper.nix cargo-auditable-cargo-wrapper: Use writeShellScriptBin instead of writeShellApplication 2023-01-19 13:50:01 +10:00
cargo-auditable.nix rustPlatform.buildRustPackage: fix cross compiling auditable packages 2023-01-12 12:22:59 -05:00
cargo.nix cargo: move cert info to fetch-cargo-tarball 2023-02-01 06:53:43 +10:00
clippy.nix clippy: fix on darwin 2023-02-20 01:19:56 -05:00
default.nix rustPlatform.buildRustPackage: fix cross compiling auditable packages 2023-01-12 12:22:59 -05:00
make-rust-platform.nix rustPlatform.buildRustPackage: fix cross compiling auditable packages 2023-01-12 12:22:59 -05:00
print-hashes.sh rust: add mips64el to list of bootstrap tarballs 2022-03-18 13:00:34 +10:00
rust-lib-src.nix rust-{lib-}src: deprecate phases 2022-02-25 22:57:59 +01:00
rust-src.nix rust-{lib-}src: deprecate phases 2022-02-25 22:57:59 +01:00
rustc.nix rustc: add ripgrep and wezterm to passthru.tests 2023-02-20 01:16:58 -05:00
rustfmt.nix Revert "rustfmt: actually fix the failing test" 2022-04-17 18:20:37 +10:00
setup-hook.sh