Skip to content

Commit

Permalink
buck: mark broken on aarch64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhamon committed Feb 9, 2023
1 parent 9f6c892 commit 19d1707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/tools/build-managers/buck/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.jgertm maintainers.marsam ];
license = licenses.asl20;
platforms = platforms.all;
broken = stdenv.system == "aarch64-darwin";
};
}

0 comments on commit 19d1707

Please sign in to comment.