syncthingtray: add xdg-utils to PATH
This is needed to make opening the web view work. Change-Id: I2d309e2846a2b31b43c1609a969dd3dc3aba189e
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
, iconv
|
||||
, cppunit
|
||||
, syncthing
|
||||
, xdg-utils
|
||||
, webviewSupport ? true
|
||||
, jsSupport ? true
|
||||
, kioPluginSupport ? stdenv.isLinux
|
||||
@@ -95,6 +96,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
++ lib.optionals (!webviewSupport) ["-DWEBVIEW_PROVIDER:STRING=none"]
|
||||
;
|
||||
|
||||
qtWrapperArgs = [
|
||||
"--prefix PATH : ${lib.makeBinPath [ xdg-utils ]}"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/Martchus/syncthingtray";
|
||||
description = "Tray application and Dolphin/Plasma integration for Syncthing";
|
||||
|
||||
Reference in New Issue
Block a user