Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

isa-l: annotates brokenness on Darwin Aarch64 see #189674

+1
+1
pkgs/development/libraries/isa-l/default.nix
··· 23 homepage = "https://github.com/intel/isa-l"; 24 maintainers = with maintainers; [ jbedo ]; 25 platforms = platforms.all; 26 }; 27 }
··· 23 homepage = "https://github.com/intel/isa-l"; 24 maintainers = with maintainers; [ jbedo ]; 25 platforms = platforms.all; 26 + broken = stdenv.isDarwin && stdenv.isAarch64; # does not build on M1 mac (asm/hwcap.h file not found) maybe needs gcc not clang? 27 }; 28 }