Merge pull request #189780 from bwlang/isa-l

isa-l:  annotates brokenness on Darwin Aarch64
This commit is contained in:
Anderson Torres
2022-09-04 21:59:03 -03:00
committed by GitHub
@@ -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?
};
}