buildPython*: use pname

This commit is contained in:
Frederik Rietdijk
2020-03-30 17:07:41 +02:00
parent 237bf9e7bc
commit 46ec52f329
24 changed files with 55 additions and 46 deletions
@@ -7,8 +7,8 @@
}:
buildPythonPackage {
name = "slob";
verison = "unstable-2016-11-03";
pname = "slob";
version = "unstable-2016-11-03";
disabled = !isPy3k;
src = fetchFromGitHub {