3
0
Fork 0
forked from mirrors/nixpkgs

pypyPackages.jsonwatch: comment why it's disabled

This commit is contained in:
Domen Kožar 2014-09-03 13:41:16 +02:00
parent 8c0b08d705
commit 24fed22cff

View file

@ -2266,7 +2266,7 @@ rec {
jsonwatch = buildPythonPackage rec {
name = "jsonwatch-0.2.0";
disabled = isPyPy;
disabled = isPyPy; # doesn't find setuptools
src = fetchurl {
url = "https://github.com/dbohdan/jsonwatch/archive/v0.2.0.tar.gz";