summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoramane <61896496+soramanew@users.noreply.github.com>2025-08-27 14:55:06 +1000
committerSoramane <61896496+soramanew@users.noreply.github.com>2025-08-27 14:55:06 +1000
commita9b3035c50dd0b8745184cf42684fba01f5cb4c7 (patch)
treec9910f0f99c9800c9558aabfb5cbb1199a0c129a
parentnix: fix build (diff)
downloadcaelestia-shell-a9b3035c50dd0b8745184cf42684fba01f5cb4c7.tar.gz
caelestia-shell-a9b3035c50dd0b8745184cf42684fba01f5cb4c7.tar.bz2
caelestia-shell-a9b3035c50dd0b8745184cf42684fba01f5cb4c7.zip
nix: move aubio and pipewire to buildInputs
-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";