Merge pull request #162019 from Kranzes/nextcloud-client

nextcloud-client: add xdg-utils
This commit is contained in:
Artturi 2022-02-27 06:46:11 +02:00 committed by GitHub
commit 22dc22f8ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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