treewide: name -> pname (#67513)

This commit is contained in:
volth
2019-08-31 07:41:22 -04:00
committed by Samuel Leathers
parent 01c4c15ef5
commit 7bb6b373ab
107 changed files with 114 additions and 116 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
name = "coloursum-${version}";
pname = "coloursum";
version = "0.1.0";
src = fetchFromGitHub {
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform, CoreServices, darwin }:
rustPlatform.buildRustPackage rec {
name = "mdbook-${version}";
pname = "mdbook";
version = "0.3.1";
src = fetchFromGitHub {
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
name = "staccato-${version}";
pname = "staccato";
version = "0.1.6";
src = fetchFromGitHub {
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform, Security }:
rustPlatform.buildRustPackage rec {
name = "xsv-${version}";
pname = "xsv";
version = "0.13.0";
src = fetchFromGitHub {