nextcloud-client: add xdg-utils

main
Ilan Joselevich 2 years ago
parent 1827d6315a
commit f29438562f
  1. 2
      pkgs/applications/networking/nextcloud-client/default.nix

@ -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 = [

Loading…
Cancel
Save