isa-l: mark unbroken for aarch64-darwin

Tested with a gzip encoded test file and works without errors.
This commit is contained in:
Sandro Jäckel
2026-06-30 08:43:23 +02:00
committed by Sandro Jäckel
parent 3b1d058d00
commit b71417e791
-3
View File
@@ -97,9 +97,6 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [ jbedo ];
platforms = lib.platforms.all;
badPlatforms = [
# <instantiation>: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"
];