mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
isa-l: mark unbroken for i686-linux
This commit is contained in:
parent
b71417e791
commit
a74c47e5d1
1 changed files with 0 additions and 4 deletions
|
|
@ -96,9 +96,5 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
changelog = "https://github.com/intel/isa-l/releases/tag/v${finalAttrs.version}";
|
||||
maintainers = with lib.maintainers; [ jbedo ];
|
||||
platforms = lib.platforms.all;
|
||||
badPlatforms = [
|
||||
# https://github.com/intel/isa-l/issues/188
|
||||
"i686-linux"
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue