We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c797b30 commit 18e1db6Copy full SHA for 18e1db6
1 file changed
flake.nix
@@ -52,6 +52,7 @@
52
with pkgs; (
53
[raylib raygui]
54
++ lib.optionals stdenv.isLinux (with xorg; [libGL libX11 libXcursor libXext libXi libXinerama libXrandr])
55
+ ++ lib.optionals stdenv.isDarwin (with darwin.apple-sdk; [OpenGL Cocoa IOKit CoreVideo CoreAudio CoreFoundation])
56
);
57
in
58
{
0 commit comments