mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
rPackages.Rrdrand: restrict to x86 architecture
This commit is contained in:
parent
e4a127c171
commit
c520de648b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue