some additions

This commit is contained in:
Mars 2024-05-28 03:29:11 -04:00
parent 8c4ef02b5d
commit 37a93c57ea
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
4 changed files with 48 additions and 15 deletions

View file

@ -59,12 +59,15 @@
];
propagatedBuildInputs = [
boost
glib
playerctl
];
buildInputs = [
fmt
libcpr
tomlplusplus
];
buildPhase = ''
@ -108,8 +111,10 @@
llvm.libcxx
# libraries
boost
fmt
glib
libcpr
playerctl
tomlplusplus
];