Skip to content

Commit

Permalink
Added macroquad deps
Browse files Browse the repository at this point in the history
  • Loading branch information
velllu committed Dec 22, 2023
1 parent d38a58c commit 856298b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
devShells.${system}.default = pkgs.mkShell {
packages = [
toolchain

pkgs.libxkbcommon pkgs.libGL pkgs.wayland pkgs.xorg.libXcursor
pkgs.xorg.libXrandr pkgs.xorg.libXi pkgs.xorg.libX11
];

LD_LIBRARY_PATH = builtins.concatStringsSep ":" [
"${pkgs.xorg.libX11}/lib"
"${pkgs.xorg.libXi}/lib"
"${pkgs.libGL}/lib"
];
};
};
Expand Down

0 comments on commit 856298b

Please sign in to comment.