rpy2: disable pypy

This commit is contained in:
Joel Moberg 2015-05-21 13:59:58 +02:00
parent c4a8acd983
commit a0d3e234ec

View File

@ -10957,6 +10957,7 @@ let
rpy2 = buildPythonPackage rec {
name = "rpy2-2.5.6";
disabled = isPyPy;
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/r/rpy2/${name}.tar.gz";
md5 = "a36e758b633ce6aec6a5f450bfee980f";