fix macos
This commit is contained in:
parent
4f6f5e6724
commit
44c2c99468
7 changed files with 303 additions and 248 deletions
|
@ -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
|
||||
]));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue