We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2318855 commit 965b32bCopy full SHA for 965b32b
flake.nix
@@ -18,7 +18,7 @@
18
# against the system version of ncurses. This ensures emacs' TUI
19
# works out of the box without the user having to manually set
20
# TERMINFO in the shell before launching emacs.
21
- apple-sdk
+ apple-sdk_11
22
autoconf
23
cairo
24
clang
@@ -68,6 +68,8 @@
68
69
shellHook = ''
70
export CC=clang
71
+ export MACOSX_DEPLOYMENT_TARGET="11.0"
72
+ export DEVELOPER_DIR="${pkgs.apple-sdk_11}"
73
export NIX_LIBGCCJIT_VERSION="${pkgs.libgccjit.version}"
74
export NIX_LIBGCCJIT_ROOT="${pkgs.libgccjit.outPath}"
75
'';
0 commit comments