We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f9493 commit c797b30Copy full SHA for c797b30
1 file changed
flake.nix
@@ -52,7 +52,6 @@
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.frameworks; [OpenGL Cocoa IOKit CoreVideo CoreAudio CoreFoundation])
56
);
57
in
58
{
0 commit comments