pyptlib: disable py3k and pypy

This commit is contained in:
Domen Kožar
2014-12-09 13:23:18 +01:00
parent d3ed0ab32b
commit fe28966179
+1
View File
@@ -7394,6 +7394,7 @@ let
pyptlib = buildPythonPackage (rec {
name = "pyptlib-${version}";
disabled = isPyPy || isPy3k;
version = "0.0.6";
src = pkgs.fetchurl {