From 5ee5b5ba82805c5535851cbaa0caebfca81357f2 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Tue, 24 Nov 2015 15:51:12 +0300 Subject: [PATCH] R: add curl for https support --- pkgs/applications/science/math/R/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/science/math/R/default.nix b/pkgs/applications/science/math/R/default.nix index 79bfef08bb50..7c8e76d676b7 100644 --- a/pkgs/applications/science/math/R/default.nix +++ b/pkgs/applications/science/math/R/default.nix @@ -1,7 +1,7 @@ { stdenv, fetchurl, bzip2, gfortran, libX11, libXmu, libXt , libjpeg, libpng, libtiff, ncurses, pango, pcre, perl, readline, tcl , texLive, tk, xz, zlib, less, texinfo, graphviz, icu, pkgconfig, bison -, imake, which, jdk, openblas +, imake, which, jdk, openblas, curl , withRecommendedPackages ? true }: @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { buildInputs = [ bzip2 gfortran libX11 libXmu libXt libXt libjpeg libpng libtiff ncurses pango pcre perl readline tcl texLive tk xz zlib less texinfo graphviz icu pkgconfig bison imake - which jdk openblas + which jdk openblas curl ]; patches = [ ./no-usr-local-search-paths.patch