pyptlib: disable py3k and pypy

This commit is contained in:
Domen Kožar 2014-12-09 13:22:20 +01:00
parent d3ed0ab32b
commit fe28966179

View file

@ -7394,6 +7394,7 @@ let
pyptlib = buildPythonPackage (rec {
name = "pyptlib-${version}";
disabled = isPyPy || isPy3k;
version = "0.0.6";
src = pkgs.fetchurl {