mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
Merge pull request #273829 from deviant/syncthingtray-launch-browser
syncthingtray: add xdg-utils to PATH
This commit is contained in:
commit
6782008a84
@ -19,6 +19,7 @@
|
|||||||
, iconv
|
, iconv
|
||||||
, cppunit
|
, cppunit
|
||||||
, syncthing
|
, syncthing
|
||||||
|
, xdg-utils
|
||||||
, webviewSupport ? true
|
, webviewSupport ? true
|
||||||
, jsSupport ? true
|
, jsSupport ? true
|
||||||
, kioPluginSupport ? stdenv.isLinux
|
, kioPluginSupport ? stdenv.isLinux
|
||||||
@ -95,6 +96,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
++ lib.optionals (!webviewSupport) ["-DWEBVIEW_PROVIDER:STRING=none"]
|
++ lib.optionals (!webviewSupport) ["-DWEBVIEW_PROVIDER:STRING=none"]
|
||||||
;
|
;
|
||||||
|
|
||||||
|
qtWrapperArgs = [
|
||||||
|
"--prefix PATH : ${lib.makeBinPath [ xdg-utils ]}"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/Martchus/syncthingtray";
|
homepage = "https://github.com/Martchus/syncthingtray";
|
||||||
description = "Tray application and Dolphin/Plasma integration for Syncthing";
|
description = "Tray application and Dolphin/Plasma integration for Syncthing";
|
||||||
|
Loading…
Reference in New Issue
Block a user