R: add curl for https support

This commit is contained in:
Nikolay Amiantov 2015-11-24 15:51:12 +03:00 committed by Peter Simons
parent 69add60b5c
commit 5ee5b5ba82

@ -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