Add qtwayland to buildInputs of owncloud-client
This commit is contained in:
parent
e9e5a00308
commit
580601ddd5
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ with lib; {
|
|||
|
||||
# Owncloud
|
||||
services.owncloud-client.enable = true;
|
||||
services.owncloud-client.package = pkgs.owncloud-client.overrideAttrs (attrs: {
|
||||
buildInputs = attrs.buildInputs ++ [ pkgs.qt6.qtwayland ];
|
||||
});
|
||||
|
||||
# UDisks automounter
|
||||
services.udiskie.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue