Add mac dependencies
This commit is contained in:
parent
b1f07e88a3
commit
8387565d9b
1 changed files with 8 additions and 0 deletions
|
@ -88,6 +88,14 @@
|
|||
xorg.libX11
|
||||
xorg.libX11.dev
|
||||
]
|
||||
))
|
||||
++ (lib.optionals pkgs.stdenv.isDarwin (
|
||||
with pkgs.darwin.apple_sdk.frameworks;
|
||||
[
|
||||
Carbon
|
||||
QuartzCore
|
||||
AppKit
|
||||
]
|
||||
));
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue