Skip to content

Commit

Permalink
python-carbon: disable on Python 3
Browse files Browse the repository at this point in the history
The package does not work on Python 3. Also add license field.

(cherry picked from commit 844f24e)
  • Loading branch information
rycee committed Nov 27, 2017
1 parent 4fb1988 commit 0ecc018
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -23899,6 +23899,8 @@ EOF
name = "carbon-${version}";
version = graphiteVersion;

disabled = isPy3k;

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

Expand Down

0 comments on commit 0ecc018

Please sign in to comment.