python-carbon: disable on Python 3

The package does not work on Python 3. Also add license field.
This commit is contained in:
Robert Helgesson 2017-11-27 15:56:10 +01:00
parent 13bb5ff402
commit 844f24eb0a
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -21477,6 +21477,8 @@ EOF
name = "carbon-${version}";
version = graphiteVersion;
disabled = isPy3k;
src = pkgs.fetchurl {
url = "mirror://pypi/c/carbon/${name}.tar.gz";
sha256 = "142smpmgbnjinvfb6s4ijazish4vfgzyd8zcmdkh55y051fkixkn";
@ -21488,6 +21490,7 @@ EOF
homepage = http://graphite.wikidot.com/;
description = "Backend data caching and persistence daemon for Graphite";
maintainers = with maintainers; [ rickynils offline ];
license = licenses.asl20;
};
};