mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03: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}";
|
name = "carbon-${version}";
|
||||||
version = graphiteVersion;
|
version = graphiteVersion;
|
||||||
|
|
||||||
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/c/carbon/${name}.tar.gz";
|
url = "mirror://pypi/c/carbon/${name}.tar.gz";
|
||||||
sha256 = "142smpmgbnjinvfb6s4ijazish4vfgzyd8zcmdkh55y051fkixkn";
|
sha256 = "142smpmgbnjinvfb6s4ijazish4vfgzyd8zcmdkh55y051fkixkn";
|
||||||
@ -21488,6 +21490,7 @@ EOF
|
|||||||
homepage = http://graphite.wikidot.com/;
|
homepage = http://graphite.wikidot.com/;
|
||||||
description = "Backend data caching and persistence daemon for Graphite";
|
description = "Backend data caching and persistence daemon for Graphite";
|
||||||
maintainers = with maintainers; [ rickynils offline ];
|
maintainers = with maintainers; [ rickynils offline ];
|
||||||
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user