From f29438562f9693f724e022e1fe0196ad983bdf6f Mon Sep 17 00:00:00 2001 From: Ilan Joselevich Date: Sat, 26 Feb 2022 20:10:06 +0200 Subject: [PATCH] nextcloud-client: add xdg-utils --- pkgs/applications/networking/nextcloud-client/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = [