Skip to content

Commit

Permalink
python.pkgs.rpy2: fix strictDeps fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
timokau committed Mar 3, 2019
1 parent 2de81ee commit c6e4e1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/rpy2/default.nix
Expand Up @@ -58,6 +58,10 @@ buildPythonPackage rec {
tidyr
]) ++ extraRPackages ++ rWrapper.recommendedPackages;

nativeBuildInputs = [
R # needed at setup time to detect R_HOME (alternatively set R_HOME explicitly)
];

patches = [
# R_LIBS_SITE is used by the nix r package to point to the installed R libraries.
# This patch sets R_LIBS_SITE when rpy2 is imported.
Expand Down

0 comments on commit c6e4e1d

Please sign in to comment.