sage: don't test the downgraded R (#51192)

Fails transiently. See https://github.com/NixOS/nixpkgs/pull/49249. The
failures look harmless and are fixed with R 3.5 which will be used in
sage 8.5.

(cherry picked from commit d6376bca6d)
This commit is contained in:
Timo Kaufmann
2018-11-28 23:17:09 +01:00
committed by GitHub
parent 4169ce094c
commit b7747ce27e

View File

@@ -91,6 +91,7 @@ let
# https://trac.sagemath.org/ticket/25674
R = nixpkgs.R.overrideAttrs (attrs: rec {
name = "R-3.4.4";
doCheck = false;
src = fetchurl {
url = "http://cran.r-project.org/src/base/R-3/${name}.tar.gz";
sha256 = "0dq3jsnwsb5j3fhl0wi3p5ycv8avf8s5j1y4ap3d2mkjmcppvsdk";