3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.hug: Disable on python2

Hug is only supported on python3.
This commit is contained in:
Josef Kemetmueller 2017-06-13 20:55:38 +02:00 committed by Franz Pletz
parent 89b1d4cbe2
commit 773cc7c03d

View file

@ -11191,6 +11191,7 @@ in {
url = "mirror://pypi/h/hug/${name}.tar.gz";
sha256 = "93325e13706594933a9afb0d4f0b0748134494299038f07df41152baf6f89f4c";
};
disabled = !isPy3k;
propagatedBuildInputs = with self; [ falcon requests ];