diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-25 14:20:53 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-02-09 11:57:20 -0500 |
commit | 4578ad78bee1dfd450962627ae66d3e15ebadad2 (patch) | |
tree | e2b625b99389698b27df1a617289231267dab421 /gnu/packages/syncthing.scm | |
parent | f05f831f66b957c7f1e651763dcbbb98c2d76266 (diff) |
gnu: QSyncthingTray: Deprecate in favor of Debian's syncthing-gtk fork.
This package is abandoned upstream and depends on the insecure and
abandoned QtWebKit.
Upstream abandonment:
https://github.com/sieren/QSyncthingTray/issues/247
See <https://issues.guix.gnu.org/53289> for more information about this change
* gnu/packages/sync.scm (qsyncthingtray): Move this variable ...
* gnu/packages/syncthing.scm (qsyncthingtray): ... to here. And make it into a
deprecated-package that points to syncthing-gtk.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r-- | gnu/packages/syncthing.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 71636e76a3..ebf7c2322e 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -218,6 +218,9 @@ notification area icon for Syncthing. Supported Syncthing features: @end itemize\n") (license gpl2)))) +(define-public qsyncthingtray + (deprecated-package "qsyncthingtray" syncthing-gtk)) + (define-public go-github-com-jackpal-go-nat-pmp (package (name "go-github-com-jackpal-go-nat-pmp") |