treewide: removed name from a few pythonpackages defining pname and version
This commit is contained in:
committed by
Frederik Rietdijk
parent
4b391934e9
commit
0415710a5d
@@ -4,7 +4,6 @@ let
|
||||
inherit (python.pkgs) buildPythonApplication fetchPypi requests;
|
||||
in
|
||||
buildPythonApplication rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "tzupdate";
|
||||
version = "1.2.0";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user