summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoramane <61896496+soramanew@users.noreply.github.com>2025-08-23 18:49:36 +1000
committerSoramane <61896496+soramanew@users.noreply.github.com>2025-08-23 18:49:36 +1000
commit0a796015b5a242900fce380b7d9870307837e9a4 (patch)
tree5ec11ef99dae19e4d6b896c465ded3429b34a3b2
parentlauncher: add special search (diff)
downloadcaelestia-shell-0a796015b5a242900fce380b7d9870307837e9a4.tar.gz
caelestia-shell-0a796015b5a242900fce380b7d9870307837e9a4.tar.bz2
caelestia-shell-0a796015b5a242900fce380b7d9870307837e9a4.zip
nix: fix qt hook
-rw-r--r--nix/default.nix2
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 = ''