1 { lib, buildPythonPackage, fetchPypi, twisted, whisper, txamqp, cachetools, urllib3
4 buildPythonPackage rec {
10 inherit pname version;
11 hash = "sha256-wTtbqRHMWBcM2iFN95yzwCf/BQ+EK0vp5MXT4mKX3lw=";
14 # Carbon-s default installation is /opt/graphite. This env variable ensures
15 # carbon is installed as a regular python module.
16 GRAPHITE_NO_PREFIX="True";
18 propagatedBuildInputs = [ twisted whisper txamqp cachetools urllib3 ];
21 homepage = "http://graphiteapp.org/";
22 description = "Backend data caching and persistence daemon for Graphite";
23 maintainers = with maintainers; [ offline basvandijk ];
24 license = licenses.asl20;