From 0a796015b5a242900fce380b7d9870307837e9a4 Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Sat, 23 Aug 2025 18:49:36 +1000 Subject: nix: fix qt hook --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '' -- cgit v1.2.3-freya