treewide: name -> pname (#67513)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub, rustPlatform, Security }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
name = "cargo-asm-${version}";
|
||||
pname = "cargo-asm";
|
||||
version = "0.1.17";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub, fetchurl, runCommand, rustPlatform }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
name = "cargo-fuzz-${version}";
|
||||
pname = "cargo-fuzz";
|
||||
version = "0.5.3"; # Note to self: on 0.5.4, remove the hand-added Cargo.lock
|
||||
|
||||
src =
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub, rustPlatform, Security, openssl, pkgconfig, libiconv, curl }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
name = "cargo-generate-${version}";
|
||||
pname = "cargo-generate";
|
||||
version = "0.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub, rustPlatform, Security }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
name = "rust-cbindgen-${version}";
|
||||
pname = "rust-cbindgen";
|
||||
version = "0.8.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub, rustPlatform, makeWrapper, substituteAll, Security }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
name = "racer-${version}";
|
||||
pname = "racer";
|
||||
version = "2.1.22";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
with rustPlatform;
|
||||
|
||||
buildRustPackage rec {
|
||||
name = "racerd-${version}";
|
||||
pname = "racerd";
|
||||
version = "2019-03-20";
|
||||
src = fetchFromGitHub {
|
||||
owner = "jwilm";
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
with rustPlatform;
|
||||
|
||||
buildRustPackage rec {
|
||||
name = "rainicorn-${version}";
|
||||
pname = "rainicorn";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
with rustPlatform;
|
||||
|
||||
buildRustPackage rec {
|
||||
name = "svd2rust-${version}";
|
||||
pname = "svd2rust";
|
||||
version = "0.14.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user