pythonPackages: Add version and pname attributes to packages
This commit is contained in:
committed by
Frederik Rietdijk
parent
4ae5f31403
commit
d99378654f
@@ -1,6 +1,10 @@
|
||||
{ buildPythonPackage, django_1_8, waitress }:
|
||||
buildPythonPackage {
|
||||
name = "waitress-django";
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "waitress-django";
|
||||
version = "0.0.0";
|
||||
name = pname;
|
||||
|
||||
src = ./.;
|
||||
pythonPath = [ django_1_8 waitress ];
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user