R: update to version 3.5.1
(cherry picked from commit 7e2f2037ea6d6533492d407696f260e7b11df49d)
This commit is contained in:
parent
0b36a94ed4
commit
cbc1a03ab8
|
@ -7,11 +7,11 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "R-3.5.0";
|
name = "R-3.5.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://cran.r-project.org/src/base/R-3/${name}.tar.gz";
|
url = "https://cran.r-project.org/src/base/R-3/${name}.tar.gz";
|
||||||
sha256 = "0w38865laqg28cdhikxdxhx4rfp0kgcn72gakwypsy91br9ja5zx";
|
sha256 = "0463bff5eea0f3d93fa071f79c18d0993878fd4f2e18ae6cf22c1639d11457ed";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -65,8 +65,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
installTargets = [ "install" "install-info" "install-pdf" ];
|
installTargets = [ "install" "install-info" "install-pdf" ];
|
||||||
|
|
||||||
doCheck = withRecommendedPackages; # R 3.5.0 fails the test suite if the
|
doCheck = true;
|
||||||
# recommended packages are not built
|
|
||||||
preCheck = "export TZ=CET; bin/Rscript -e 'sessionInfo()'";
|
preCheck = "export TZ=CET; bin/Rscript -e 'sessionInfo()'";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
Loading…
Reference in New Issue