treewide: name -> pname (#67513)
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{ stdenv, fetchzip, python2Packages}:
|
||||
|
||||
python2Packages.buildPythonApplication rec {
|
||||
name = "gitinspector-${version}";
|
||||
pname = "gitinspector";
|
||||
version = "0.4.4";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/ejwa/gitinspector/archive/v${version}.tar.gz";
|
||||
sha256 = "1pfsw6xldm6jigs3nhysvqaxk8a0zf8zczgfkrp920as9sya3c7m";
|
||||
name = name + "-src";
|
||||
name = "${pname}-${version}" + "-src";
|
||||
};
|
||||
|
||||
checkInputs = with python2Packages; [
|
||||
|
||||
Reference in New Issue
Block a user