graphite_api: disable on pypy

This commit is contained in:
Domen Kožar 2014-09-19 14:07:20 +02:00
parent 1b8d79e0b2
commit 96f4a47199

View File

@ -10362,6 +10362,7 @@ let
graphite_api = buildPythonPackage rec {
name = "graphite-api-1.0.1";
disabled = isPyPy;
src = fetchgit {
url = "https://github.com/brutasse/graphite-api.git";