isa-l: annotates brokenness on Darwin Aarch64

see #189674
main
Brad Langhorst 2 years ago
parent 0890c4aef1
commit 7afd82c570
  1. 1
      pkgs/development/libraries/isa-l/default.nix

@ -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?
};
}

Loading…
Cancel
Save