summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/nextcloud-client
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2022-02-26 20:10:06 +0200
committerIlan Joselevich <personal@ilanjoselevich.com>2022-02-26 21:26:50 +0200
commitf29438562f9693f724e022e1fe0196ad983bdf6f (patch)
treee2c54ec75a3666bdbe1b17dbe954bd8a598c927b /pkgs/applications/networking/nextcloud-client
parent1827d6315a8a6862e9bb40f1bc554045efd95065 (diff)
nextcloud-client: add xdg-utils
Diffstat (limited to 'pkgs/applications/networking/nextcloud-client')
-rw-r--r--pkgs/applications/networking/nextcloud-client/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix
index 874c0f8a177f..04e6e3fb438d 100644
--- a/pkgs/applications/networking/nextcloud-client/default.nix
+++ b/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 = [