summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-11-01 19:33:58 +0100
committerPeter Simons <simons@cryp.to>2014-11-01 21:08:05 +0100
commitead6bc4a57da107357527d5f8d20350cfc8102d0 (patch)
treeead32c7e0db01d6f69140a9269e656eb5096528b /pkgs/top-level
parentd7c70809e6e5567fc98ed332503a99935eca2d03 (diff)
downloadnixpkgs-ead6bc4a57da107357527d5f8d20350cfc8102d0.tar
nixpkgs-ead6bc4a57da107357527d5f8d20350cfc8102d0.tar.gz
nixpkgs-ead6bc4a57da107357527d5f8d20350cfc8102d0.tar.bz2
nixpkgs-ead6bc4a57da107357527d5f8d20350cfc8102d0.tar.lz
nixpkgs-ead6bc4a57da107357527d5f8d20350cfc8102d0.tar.xz
nixpkgs-ead6bc4a57da107357527d5f8d20350cfc8102d0.tar.zst
nixpkgs-ead6bc4a57da107357527d5f8d20350cfc8102d0.zip
R: run the test suite only when recommended packages are built
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index bb678c04f71..633a056d647 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -7275,7 +7275,7 @@ let
   R = callPackage ../applications/science/math/R {
     inherit (xlibs) libX11 libXt;
     texLive = texLiveAggregationFun { paths = [ texLive texLiveExtra ]; };
-    withRecommendedPackages = false;
+    withRecommendedPackages = true;
   };
 
   rWrapper = callPackage ../development/r-modules/wrapper.nix {