nextcloud-client: add xdg-utils

This commit is contained in:
Ilan Joselevich 2022-02-26 20:10:06 +02:00
parent 1827d6315a
commit f29438562f

View File

@ -17,6 +17,7 @@
, qtgraphicaleffects
, sqlite
, inkscape
, xdg-utils
}:
mkDerivation rec {
@ -62,6 +63,7 @@ mkDerivation rec {
"--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libsecret ]}"
# See also: https://bugreports.qt.io/browse/QTBUG-85967
"--set QML_DISABLE_DISK_CACHE 1"
"--prefix PATH : ${lib.makeBinPath [ xdg-utils ]}"
];
cmakeFlags = [