parent
0890c4aef1
commit
7afd82c570
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue