treewide: name -> pname (#67513)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, python2Packages, fetchurl }:
|
||||
python2Packages.buildPythonApplication rec {
|
||||
name = "labelImg-${version}";
|
||||
pname = "labelImg";
|
||||
version = "1.6.0";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/tzutalin/labelImg/archive/v${version}.tar.gz";
|
||||
|
||||
Reference in New Issue
Block a user