diff options
| -rw-r--r-- | nix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix index 62dfebc..e93f74b 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -68,7 +68,7 @@ in src = ./..; nativeBuildInputs = [gcc makeWrapper qt6.wrapQtAppsHook]; - buildInputs = [quickshell aubio pipewire]; + buildInputs = [quickshell aubio pipewire qt6.qtbase]; propagatedBuildInputs = runtimeDeps; buildPhase = '' |