summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 51d6809..000c1fe 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -70,8 +70,8 @@ in
version = "${rev}";
src = ./..;
- nativeBuildInputs = [cmake ninja pkg-config aubio pipewire makeWrapper qt6.wrapQtAppsHook];
- buildInputs = [quickshell xkeyboard-config qt6.qtbase qt6.qtdeclarative];
+ nativeBuildInputs = [cmake ninja pkg-config makeWrapper qt6.wrapQtAppsHook];
+ buildInputs = [quickshell aubio pipewire xkeyboard-config qt6.qtbase qt6.qtdeclarative];
propagatedBuildInputs = runtimeDeps;
cmakeBuildType = "Release";