summary refs log tree commit diff
path: root/pkgs/development/r-modules
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2021-12-07 09:04:29 +1100
committerJustin Bedo <cu@cua0.org>2021-12-07 09:04:29 +1100
commit8541b1178cc1d4bd9f131100585688e1871f2f7f (patch)
tree571e734ce4d562991f0c73a6b53ca97dabca55f5 /pkgs/development/r-modules
parentef010a832e921dcf551fd011349214a024792066 (diff)
downloadnixpkgs-8541b1178cc1d4bd9f131100585688e1871f2f7f.tar
nixpkgs-8541b1178cc1d4bd9f131100585688e1871f2f7f.tar.gz
nixpkgs-8541b1178cc1d4bd9f131100585688e1871f2f7f.tar.bz2
nixpkgs-8541b1178cc1d4bd9f131100585688e1871f2f7f.tar.lz
nixpkgs-8541b1178cc1d4bd9f131100585688e1871f2f7f.tar.xz
nixpkgs-8541b1178cc1d4bd9f131100585688e1871f2f7f.tar.zst
nixpkgs-8541b1178cc1d4bd9f131100585688e1871f2f7f.zip
rPackages.RandomFieldsUtils: x86 only
Diffstat (limited to 'pkgs/development/r-modules')
-rw-r--r--pkgs/development/r-modules/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/r-modules/default.nix b/pkgs/development/r-modules/default.nix
index 18f94da9669..21a2772d66d 100644
--- a/pkgs/development/r-modules/default.nix
+++ b/pkgs/development/r-modules/default.nix
@@ -1290,6 +1290,8 @@ let
     });
 
     Rrdrand = old.Rrdrand.override { platforms = lib.platforms.x86_64 ++ lib.platforms.x86; };
+    
+    RandomFieldsUtils = old.RandomFieldsUtils.override { platforms = lib.platforms.x86_64 ++ lib.platforms.x86; };
   };
 in
   self