R: add curl for https support
This commit is contained in:
parent
69add60b5c
commit
5ee5b5ba82
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, bzip2, gfortran, libX11, libXmu, libXt
|
{ stdenv, fetchurl, bzip2, gfortran, libX11, libXmu, libXt
|
||||||
, libjpeg, libpng, libtiff, ncurses, pango, pcre, perl, readline, tcl
|
, libjpeg, libpng, libtiff, ncurses, pango, pcre, perl, readline, tcl
|
||||||
, texLive, tk, xz, zlib, less, texinfo, graphviz, icu, pkgconfig, bison
|
, texLive, tk, xz, zlib, less, texinfo, graphviz, icu, pkgconfig, bison
|
||||||
, imake, which, jdk, openblas
|
, imake, which, jdk, openblas, curl
|
||||||
, withRecommendedPackages ? true
|
, withRecommendedPackages ? true
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ bzip2 gfortran libX11 libXmu libXt
|
buildInputs = [ bzip2 gfortran libX11 libXmu libXt
|
||||||
libXt libjpeg libpng libtiff ncurses pango pcre perl readline tcl
|
libXt libjpeg libpng libtiff ncurses pango pcre perl readline tcl
|
||||||
texLive tk xz zlib less texinfo graphviz icu pkgconfig bison imake
|
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
|
patches = [ ./no-usr-local-search-paths.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user