From 8541b1178cc1d4bd9f131100585688e1871f2f7f Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Tue, 7 Dec 2021 09:04:29 +1100 Subject: rPackages.RandomFieldsUtils: x86 only --- pkgs/development/r-modules/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs') diff --git a/pkgs/development/r-modules/default.nix b/pkgs/development/r-modules/default.nix index 18f94da96699..21a2772d66df 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 -- cgit 1.4.1