Skip to content

Commit

Permalink
Attempt to fix client build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
z-silver committed Oct 13, 2024
1 parent 199aa22 commit bcfa221
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,11 @@
pkgs.makeBinaryWrapper
zigLatest.hook
];
buildInputs = [
buildInputs = with pkgs; [
raylib
erlangLatest
xorg.libX11
libGL
];

postPatch = ''
Expand Down

0 comments on commit bcfa221

Please sign in to comment.