python.pkgs.rpy2: fix strictDeps fallout
See https://github.com/NixOS/nixpkgs/pull/54182 and https://github.com/NixOS/nixpkgs/pull/55757.
This commit is contained in:
parent
2de81ee78f
commit
c6e4e1dbdf
@ -58,6 +58,10 @@ buildPythonPackage rec {
|
|||||||
tidyr
|
tidyr
|
||||||
]) ++ extraRPackages ++ rWrapper.recommendedPackages;
|
]) ++ extraRPackages ++ rWrapper.recommendedPackages;
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
R # needed at setup time to detect R_HOME (alternatively set R_HOME explicitly)
|
||||||
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# R_LIBS_SITE is used by the nix r package to point to the installed R libraries.
|
# 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.
|
# This patch sets R_LIBS_SITE when rpy2 is imported.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user