bleh
This commit is contained in:
parent
ee61c994ac
commit
60d4160033
2 changed files with 17 additions and 17 deletions
|
@ -29,12 +29,16 @@
|
|||
else pkgs # TODO: Remove when fixed on darwin
|
||||
);
|
||||
[
|
||||
curl
|
||||
fmt
|
||||
glib
|
||||
tomlplusplus
|
||||
yyjson
|
||||
]
|
||||
++ (
|
||||
if !stdenv.isDarwin && system == "x86_64-linux"
|
||||
then [pkgsStatic.curl]
|
||||
else [pkgs.curl]
|
||||
)
|
||||
++ linuxPkgs
|
||||
++ darwinPkgs;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue