From 6cd64be42d89df20d51d9a3245bbc7d85e56b832 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 21 Aug 2025 22:43:46 +0200 Subject: [PATCH] isa-l: (temporarily?) exclude i686-linux from platforms It looks like s390 and i386 _should_ be supported, but are broken in practice. The patch Alpine Linux is using looks a little bit strange. Since isa-l is often optional, I've decided not to investigate this further. Dropping i686-linux from platforms already takes care of the cases where it is optional. --- pkgs/by-name/is/isa-l/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/is/isa-l/package.nix b/pkgs/by-name/is/isa-l/package.nix index aef29746c6da..122d62c7e5d8 100644 --- a/pkgs/by-name/is/isa-l/package.nix +++ b/pkgs/by-name/is/isa-l/package.nix @@ -98,6 +98,8 @@ stdenv.mkDerivation (finalAttrs: { # :4:26: error: unexpected token in argument list # movk x7, p4_low_b1, lsl 16 "aarch64-darwin" + # https://github.com/intel/isa-l/issues/188 + "i686-linux" ]; }; })