graphite: 0.9.15 -> 1.0.2
Fixes: #29961 Also added the option: services.graphite.web.extraConfig for configuring graphite_web.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ buildPythonPackage, django_1_8, waitress }:
|
||||
buildPythonPackage {
|
||||
name = "waitress-django";
|
||||
src = ./.;
|
||||
pythonPath = [ django_1_8 waitress ];
|
||||
doCheck = false;
|
||||
meta.description = "A waitress WSGI server serving django";
|
||||
}
|
||||
Reference in New Issue
Block a user