nix: move aubio and pipewire to buildInputs
This commit is contained in:
parent
1464b97914
commit
a9b3035c50
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue