summary refs log tree commit diff
path: root/pkgs/development/compilers/rust
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-03-09 12:01:59 +0000
committerGitHub <noreply@github.com>2022-03-09 12:01:59 +0000
commitf6b4a4048a2a49e9f6a40e3c5253fdd612cd04fa (patch)
treea6df45c31f513aff320e1b92ed0dd74f22c4249b /pkgs/development/compilers/rust
parent43aa75b313881b166e37d0072629170a7800c897 (diff)
parenta2bca36cdf57e7db425ddcbc610d1569f295b7ac (diff)
downloadnixpkgs-f6b4a4048a2a49e9f6a40e3c5253fdd612cd04fa.tar
nixpkgs-f6b4a4048a2a49e9f6a40e3c5253fdd612cd04fa.tar.gz
nixpkgs-f6b4a4048a2a49e9f6a40e3c5253fdd612cd04fa.tar.bz2
nixpkgs-f6b4a4048a2a49e9f6a40e3c5253fdd612cd04fa.tar.lz
nixpkgs-f6b4a4048a2a49e9f6a40e3c5253fdd612cd04fa.tar.xz
nixpkgs-f6b4a4048a2a49e9f6a40e3c5253fdd612cd04fa.tar.zst
nixpkgs-f6b4a4048a2a49e9f6a40e3c5253fdd612cd04fa.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/compilers/rust')
-rw-r--r--pkgs/development/compilers/rust/clippy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/rust/clippy.nix b/pkgs/development/compilers/rust/clippy.nix
index a3597e9febf..23b8e7effe1 100644
--- a/pkgs/development/compilers/rust/clippy.nix
+++ b/pkgs/development/compilers/rust/clippy.nix
@@ -1,6 +1,6 @@
 { stdenv, lib, rustPlatform, rustc, Security, patchelf }:
 rustPlatform.buildRustPackage {
-  name = "clippy-${rustc.version}";
+  pname = "clippy";
   inherit (rustc) version src;
 
   # the rust source tarball already has all the dependencies vendored, no need to fetch them again