Add mac dependencies

This commit is contained in:
Martin Häcker 2024-11-28 19:36:58 +01:00
parent b1f07e88a3
commit 8387565d9b

View file

@ -88,6 +88,14 @@
xorg.libX11 xorg.libX11
xorg.libX11.dev xorg.libX11.dev
] ]
))
++ (lib.optionals pkgs.stdenv.isDarwin (
with pkgs.darwin.apple_sdk.frameworks;
[
Carbon
QuartzCore
AppKit
]
)); ));
postInstall = '' postInstall = ''