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
+2 -2
View File
@@ -2,10 +2,10 @@
python2Packages.buildPythonApplication rec {
version = "0.4.6";
name = "kargo-${version}";
pname = "kargo";
src = fetchurl {
url = "mirror://pypi/k/kargo/${name}.tar.gz";
url = "mirror://pypi/k/kargo/${pname}-${version}.tar.gz";
sha256 = "1sm721c3d4scpc1gj2j3qwssr6jjvw6aq3p7ipvhbd9ywmm9dd7b";
};