premake5: mark broken on darwin aarch64
This commit is contained in:
parent
f6c2cbab84
commit
92f9580a4c
1 changed files with 1 additions and 0 deletions
|
@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
|
|||
description = "A simple build configuration and project generation tool using lua";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = platforms.darwin ++ platforms.linux;
|
||||
broken = stdenv.isDarwin && stdenv.isAarch64;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue