improvements

This commit is contained in:
Mars 2024-06-07 04:23:11 -04:00
parent 41200459e5
commit 6868539069
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
16 changed files with 346 additions and 147 deletions

View file

@ -58,21 +58,21 @@
); # TODO: Remove when fixed on darwin
[
coost
curl
fmt
glib
libcpr
tomlplusplus
yyjson
];
linuxPkgs = nixpkgs.lib.optionals stdenv.isLinux (with pkgs.llvmPackages_18; [
systemdLibs
sdbus-cpp
valgrind
]);
darwinPkgs = nixpkgs.lib.optionals stdenv.isDarwin (with pkgs.darwin.apple_sdk.frameworks; [
Foundation
MediaPlayer
]);
in
with pkgs; {
@ -89,7 +89,6 @@
];
propagatedBuildInputs = [
libcpr
tomlplusplus
];