summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaxHearnden <maxoscarhearnden@gmail.com>2023-03-21 22:50:14 +0000
committerMaxHearnden <maxoscarhearnden@gmail.com>2023-03-21 22:50:14 +0000
commitbfbc0f56e55b1351423ebc4845cfd4f8e432a667 (patch)
treee761b02d07f4735cb161700dd0e679a29e7a352d
parent797a2b9bcc1d15e1410f6d207223fc8d93ec35ae (diff)
downloadnixpkgs-bfbc0f56e55b1351423ebc4845cfd4f8e432a667.tar
nixpkgs-bfbc0f56e55b1351423ebc4845cfd4f8e432a667.tar.gz
nixpkgs-bfbc0f56e55b1351423ebc4845cfd4f8e432a667.tar.bz2
nixpkgs-bfbc0f56e55b1351423ebc4845cfd4f8e432a667.tar.lz
nixpkgs-bfbc0f56e55b1351423ebc4845cfd4f8e432a667.tar.xz
nixpkgs-bfbc0f56e55b1351423ebc4845cfd4f8e432a667.tar.zst
nixpkgs-bfbc0f56e55b1351423ebc4845cfd4f8e432a667.zip
override test for curl version
-rw-r--r--pkgs/applications/science/math/R/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/R/default.nix b/pkgs/applications/science/math/R/default.nix
index 580de87bdb2..c1c23616fc2 100644
--- a/pkgs/applications/science/math/R/default.nix
+++ b/pkgs/applications/science/math/R/default.nix
@@ -73,6 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
       FC="${gfortran}/bin/gfortran" F77="${gfortran}/bin/gfortran"
       JAVA_HOME="${jdk}"
       RANLIB=$(type -p ranlib)
+      r_cv_have_curl728=yes
       R_SHELL="${stdenv.shell}"
   '' + lib.optionalString stdenv.isDarwin ''
       --disable-R-framework