mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 08:31:59 +00:00
Merge pull request #32110 from rycee/fix/carbon
python-carbon: disable on Python 3
This commit is contained in:
commit
57e8937c25
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue