about summary refs log tree commit diff
path: root/pkgs/applications/science/math/R
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-11-24 15:51:12 +0300
committerPeter Simons <simons@cryp.to>2015-11-25 11:39:28 +0100
commit5ee5b5ba82805c5535851cbaa0caebfca81357f2 (patch)
tree081b45ff53159f1eefa641c99a69559c2850f65c /pkgs/applications/science/math/R
parent69add60b5cee1b54379554b35406a1de64f9f681 (diff)
downloadnixlib-5ee5b5ba82805c5535851cbaa0caebfca81357f2.tar
nixlib-5ee5b5ba82805c5535851cbaa0caebfca81357f2.tar.gz
nixlib-5ee5b5ba82805c5535851cbaa0caebfca81357f2.tar.bz2
nixlib-5ee5b5ba82805c5535851cbaa0caebfca81357f2.tar.lz
nixlib-5ee5b5ba82805c5535851cbaa0caebfca81357f2.tar.xz
nixlib-5ee5b5ba82805c5535851cbaa0caebfca81357f2.tar.zst
nixlib-5ee5b5ba82805c5535851cbaa0caebfca81357f2.zip
R: add curl for https support
Diffstat (limited to 'pkgs/applications/science/math/R')
-rw-r--r--pkgs/applications/science/math/R/default.nix4
1 files 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