buildPython*: use pname

This commit is contained in:
Frederik Rietdijk
2020-03-29 12:34:50 +02:00
parent 237bf9e7bc
commit 46ec52f329
24 changed files with 55 additions and 46 deletions

View File

@@ -6,7 +6,8 @@
}:
buildPythonPackage {
name = "tkinter-${python.version}";
pname = "tkinter";
version = python.version;
src = py;
format = "other";