isa-l: annotates brokenness on Darwin Aarch64

see #189674
This commit is contained in:
Brad Langhorst 2022-09-04 19:45:48 -04:00
parent 0890c4aef1
commit 7afd82c570

View file

@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/intel/isa-l";
maintainers = with maintainers; [ jbedo ];
platforms = platforms.all;
broken = stdenv.isDarwin && stdenv.isAarch64; # does not build on M1 mac (asm/hwcap.h file not found) maybe needs gcc not clang?
};
}