nextcloud-client: add xdg-utils
This commit is contained in:
parent
1827d6315a
commit
f29438562f
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
, qtgraphicaleffects
|
, qtgraphicaleffects
|
||||||
, sqlite
|
, sqlite
|
||||||
, inkscape
|
, inkscape
|
||||||
|
, xdg-utils
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
|
@ -62,6 +63,7 @@ mkDerivation rec {
|
||||||
"--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libsecret ]}"
|
"--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libsecret ]}"
|
||||||
# See also: https://bugreports.qt.io/browse/QTBUG-85967
|
# See also: https://bugreports.qt.io/browse/QTBUG-85967
|
||||||
"--set QML_DISABLE_DISK_CACHE 1"
|
"--set QML_DISABLE_DISK_CACHE 1"
|
||||||
|
"--prefix PATH : ${lib.makeBinPath [ xdg-utils ]}"
|
||||||
];
|
];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
|
|
Loading…
Reference in a new issue