Begin rewriting Player in C++

This commit is contained in:
Dark Steveneq
2025-10-16 19:21:35 +02:00
parent 1f821d58cc
commit 01a3775ac7
11 changed files with 184 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
{ stdenv
, lib
, alsa-lib
, xorg
, clang
, qtbase
, qtdeclarative
@@ -18,6 +20,10 @@ stdenv.mkDerivation {
src = ./.;
buildInputs = [
# alsa-lib
# xorg.libX11
# xorg.libXext
qtbase
qtdeclarative
qtlocation