Skip to content

Commit

Permalink
premake5: mark broken on darwin aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 authored and Mindavi committed Jan 12, 2023
1 parent f6c2cba commit 92f9580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/tools/misc/premake/5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 92f9580

Please sign in to comment.