mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
pyptlib: disable py3k and pypy
This commit is contained in:
@@ -7394,6 +7394,7 @@ let
|
||||
|
||||
pyptlib = buildPythonPackage (rec {
|
||||
name = "pyptlib-${version}";
|
||||
disabled = isPyPy || isPy3k;
|
||||
version = "0.0.6";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user