nextcloud-client: fix qt error at startup
The QT_PLUGIN_PATH couldn't find the needed xcb plugin. See also #51044
This commit is contained in:
parent
a9a28e9236
commit
b525493253
@ -44,7 +44,8 @@ stdenv.mkDerivation rec {
|
|||||||
$out/share/applications/nextcloud.desktop
|
$out/share/applications/nextcloud.desktop
|
||||||
|
|
||||||
wrapProgram "$out/bin/nextcloud" \
|
wrapProgram "$out/bin/nextcloud" \
|
||||||
--prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath [ libsecret ]}
|
--prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath [ libsecret ]} \
|
||||||
|
--prefix QT_PLUGIN_PATH : ${qtbase}/${qtbase.qtPluginPrefix}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user