diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-10-16 17:08:05 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-23 19:35:06 +0200 |
| commit | 9fcfb9394471d58c75a5fffeda3763e5864b18fa (patch) | |
| tree | 7124f051de12cf489ea73e87aeb5c758068cfa18 /gnu/packages/syncthing.scm | |
| parent | e46dfc7e9446fb753294747f73c9cb568fd02c2a (diff) | |
gnu: Use ‘define-deprecated-package’ for deprecated packages.
Use ‘define-deprecated-package’ instead of (define x (deprecated-package …))
throughout gnu/packages/*.scm.
Change-Id: I4e176da9ac660327489dab256ca4d12c4e78fe8d
Diffstat (limited to 'gnu/packages/syncthing.scm')
| -rw-r--r-- | gnu/packages/syncthing.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index b9fd043da4a..a029523b466 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -224,8 +224,8 @@ notification area icon for Syncthing. Supported Syncthing features: @end itemize\n") (license gpl2)))) -(define-public qsyncthingtray - (deprecated-package "qsyncthingtray" syncthing-gtk)) +(define-deprecated-package qsyncthingtray + syncthing-gtk) (define-public go-github-com-syncthing-notify (package |
