mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
pythonPackages.pycapnp: disable on py3k and pypy
This commit is contained in:
parent
a50da1bfc8
commit
69e51b08e1
@ -6402,7 +6402,7 @@ let
|
||||
|
||||
pycapnp = buildPythonPackage rec {
|
||||
name = "pycapnp-0.4.4";
|
||||
homepage = "http://jparyani.github.io/pycapnp/index.html";
|
||||
disabled = isPyPy || isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/pycapnp/${name}.tar.gz";
|
||||
@ -6420,6 +6420,7 @@ let
|
||||
maintainers = with maintainers; [ cstrahan ];
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
homepage = "http://jparyani.github.io/pycapnp/index.html";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user