pythonPackages.rpy2: various fixes (#51084)

- make sure libreadline is found at runtime
- make sure python libraries are found at runtime
- add libraries necessary to pass the testsuite and standard libraries
This commit is contained in:
Timo Kaufmann
2018-11-27 18:24:37 +01:00
committed by GitHub
parent be8569be49
commit 63b39af496
3 changed files with 71 additions and 5 deletions
+3
View File
@@ -5,6 +5,9 @@ stdenv.mkDerivation {
buildInputs = [makeWrapper R] ++ recommendedPackages ++ packages;
# Make the list of recommended R packages accessible to other packages such as rpy2
passthru.recommendedPackages = recommendedPackages;
unpackPhase = ":";
installPhase = ''