pyptlib: disable py3k and pypy
This commit is contained in:
parent
d3ed0ab32b
commit
fe28966179
1 changed files with 1 additions and 0 deletions
|
@ -7394,6 +7394,7 @@ let
|
|||
|
||||
pyptlib = buildPythonPackage (rec {
|
||||
name = "pyptlib-${version}";
|
||||
disabled = isPyPy || isPy3k;
|
||||
version = "0.0.6";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
|
|
Loading…
Reference in a new issue