nix: fix qt hook
This commit is contained in:
parent
85cf0c8aed
commit
0a796015b5
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ in
|
|||
src = ./..;
|
||||
|
||||
nativeBuildInputs = [gcc makeWrapper qt6.wrapQtAppsHook];
|
||||
buildInputs = [quickshell aubio pipewire];
|
||||
buildInputs = [quickshell aubio pipewire qt6.qtbase];
|
||||
propagatedBuildInputs = runtimeDeps;
|
||||
|
||||
buildPhase = ''
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue