mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskellPackages.inline-asm: restrict to x86
Main executable uses x86 assembler, so we can't build it anywhere at all.
This commit is contained in:
parent
f95953424c
commit
a9a5465f84
1 changed files with 2 additions and 2 deletions
|
@ -794,8 +794,8 @@ self: super: builtins.intersectAttrs super {
|
|||
] ++ (drv.librarySystemDepends or []);
|
||||
});
|
||||
|
||||
# test suite uses x86 assembler
|
||||
# uses x86 assembler
|
||||
inline-asm = overrideCabal super.inline-asm {
|
||||
doCheck = pkgs.stdenv.hostPlatform.isx86;
|
||||
platforms = pkgs.lib.platforms.isx86;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue