R: add curl for https support
This commit is contained in:
parent
69add60b5c
commit
5ee5b5ba82
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue