python: remove name from some expressions
This commit is contained in:
committed by
Ruben Maher
parent
d31fb808af
commit
12c71b3dbe
@@ -7,7 +7,6 @@
|
||||
buildPythonPackage rec {
|
||||
version = "0.8.2";
|
||||
pname = "tabulate";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
@@ -25,4 +24,4 @@ buildPythonPackage rec {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fridh ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user