mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
rpy2: disable pypy
This commit is contained in:
parent
c4a8acd983
commit
a0d3e234ec
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user