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

@@ -7,8 +7,8 @@
}:
buildPythonPackage {
name = "slob";
verison = "unstable-2016-11-03";
pname = "slob";
version = "unstable-2016-11-03";
disabled = !isPy3k;
src = fetchFromGitHub {