Skip to content

Commit 18e1db6

Browse files
committed
fix: nix darwin dependencies
1 parent c797b30 commit 18e1db6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
with pkgs; (
5353
[raylib raygui]
5454
++ 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])
5556
);
5657
in
5758
{

0 commit comments

Comments
 (0)