rust: rename name to pname
This commit is contained in:
parent
5545fb36d2
commit
6381ee34b5
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ in
|
|||
|
||||
rec {
|
||||
rustc = stdenv.mkDerivation {
|
||||
name = "rustc-${versionType}-${version}";
|
||||
pname = "rustc-${versionType}";
|
||||
|
||||
inherit version;
|
||||
inherit src;
|
||||
|
@ -71,7 +71,7 @@ rec {
|
|||
};
|
||||
|
||||
cargo = stdenv.mkDerivation {
|
||||
name = "cargo-${versionType}-${version}";
|
||||
pname = "cargo-${versionType}";
|
||||
|
||||
inherit version;
|
||||
inherit src;
|
||||
|
|
Loading…
Reference in a new issue