treewide: name -> pname (#67513)
This commit is contained in:
@@ -4,8 +4,6 @@ python2Packages.buildPythonApplication rec {
|
||||
pname = "git-big-picture";
|
||||
version = "0.10.1";
|
||||
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "esc";
|
||||
repo = pname;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ lib, rustPlatform, fetchFromGitHub }:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
name = "git-codeowners-${version}";
|
||||
pname = "git-codeowners";
|
||||
version = "0.1.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
with rustPlatform;
|
||||
|
||||
buildRustPackage rec {
|
||||
name = "git-dit-${version}";
|
||||
pname = "git-dit";
|
||||
version = "0.4.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user