mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
nextcloud-client: fix for wayland
without it it fails (home-manager service) with : Oct 19 01:14:27 mcoudron systemd[2141]: Started Nextcloud Client. Oct 19 01:14:27 mcoudron nextcloud[337938]: qt.qpa.plugin: Could not find the Qt platform plugin wayland in Oct 19 01:14:27 mcoudron nextcloud[337938]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins are: linuxfb, vnc, offscreen, eglfs, vkkhrdisplay, minimal, xcb, minimalegl. Oct 19 01:14:27 mcoudron systemd[2141]: nextcloud-client.service: Main process exited, code=dumped, status=6/ABRT
This commit is contained in:
parent
7dc45cf38c
commit
b4215a713f
@ -21,6 +21,7 @@
|
|||||||
, sphinx
|
, sphinx
|
||||||
, sqlite
|
, sqlite
|
||||||
, xdg-utils
|
, xdg-utils
|
||||||
|
, qtwayland
|
||||||
, wrapQtAppsHook
|
, wrapQtAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -74,6 +75,7 @@ stdenv.mkDerivation rec {
|
|||||||
qtwebengine
|
qtwebengine
|
||||||
qtwebsockets
|
qtwebsockets
|
||||||
sqlite
|
sqlite
|
||||||
|
qtwayland
|
||||||
];
|
];
|
||||||
|
|
||||||
qtWrapperArgs = [
|
qtWrapperArgs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user