Add qtwayland to buildInputs of owncloud-client

This commit is contained in:
Natsu Kagami 2024-04-22 12:32:14 +02:00
parent e9e5a00308
commit 580601ddd5
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -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;