rPackages.Rrdrand: restrict to x86 architecture

main
Justin Bedo 3 years ago
parent e4a127c171
commit c520de648b
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD
  1. 2
      pkgs/development/r-modules/default.nix

@ -1281,6 +1281,8 @@ let
rgl = old.rgl.overrideDerivation (attrs: {
RGL_USE_NULL = "true";
});
Rrdrand = old.Rrdrand.override { platforms = lib.platforms.x86_64 ++ lib.platforms.x86; };
};
in
self

Loading…
Cancel
Save