From a9b3035c50dd0b8745184cf42684fba01f5cb4c7 Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:55:06 +1000 Subject: nix: move aubio and pipewire to buildInputs --- nix/default.nix | 4 ++-- 1 file 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"; -- cgit v1.2.3-freya