Merge pull request #56781 from timokau/sage-python-upgrade-fixes
Sage python upgrade fixes
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user