Merge pull request #273829 from deviant/syncthingtray-launch-browser

syncthingtray: add xdg-utils to PATH
This commit is contained in:
Doron Behar 2023-12-20 12:29:37 +00:00 committed by GitHub
commit 6782008a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";