fix macos

This commit is contained in:
Mars 2025-05-01 12:40:34 -04:00
parent 4f6f5e6724
commit 44c2c99468
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5
7 changed files with 303 additions and 248 deletions

View file

@ -163,7 +163,7 @@
then stdenvAdapters.useMoldLinker
else lib.id
)
llvmPackages.stdenv;
llvmPackages.libcxxStdenv;
deps = with pkgs;
[
@ -172,6 +172,7 @@
++ (with pkgsStatic; [
curl
ftxui
sqlitecpp
(tomlplusplus.overrideAttrs {
doCheck = false;
})
@ -187,7 +188,6 @@
]
++ (with pkgsStatic; [
dbus
sqlitecpp
xorg.libxcb
wayland
]));