Unverified Commit 5126cb8d authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

ankisyncd: remove (#333609)

parents f438260b 2b5ca0f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ In addition to 1119 new, 118 updated, and 476 removed options; 61 new modules we

- Services:

  - [services.ankisyncd.enable](options.html#opt-services.ankisyncd.enable) Anki sync server
  - `services.ankisyncd.enable` Anki sync server

  - [services.bazarr.enable](options.html#opt-services.bazarr.enable) Subtitle manager for Sonarr and Radarr

+1 −2
Original line number Diff line number Diff line
@@ -661,8 +661,7 @@ Make sure to also check the many updates in the [Nixpkgs library](#sec-release-2
  Cheese as the default camera application, and Photos will no longer be
  installed.

- The module [services.ankisyncd](#opt-services.ankisyncd.package) has been
  switched to
- The module `services.ankisyncd` has been switched to
  [anki-sync-server-rs](https://github.com/ankicommunity/anki-sync-server-rs).
  The former version written in Python was difficult to update, did not receive
  updates in a while, and did not support recent versions of Anki.
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ In addition to numerous new and upgraded packages, this release has the followin
<!-- Please keep entries alphabetically sorted. -->

- [Anki Sync Server](https://docs.ankiweb.net/sync-server.html), the official sync server built into recent versions of Anki. Available as [services.anki-sync-server](#opt-services.anki-sync-server.enable).
The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been marked deprecated and will be dropped after 24.05 due to lack of maintenance of the ankisyncd software.
The pre-existing `services.ankisyncd` has been marked deprecated and will be dropped after 24.05 due to lack of maintenance of the ankisyncd software.

- [ALVR](https://github.com/alvr-org/alvr), a VR desktop streamer. Available as [programs.alvr](#opt-programs.alvr.enable).

+2 −0
Original line number Diff line number Diff line
@@ -277,6 +277,8 @@

- Android NDK version 26 and SDK version 33 are now the default versions used for cross compilation to android.

- the `ankisyncd` package and its `services.ankisyncd` have been removed, use [`services.anki-sync-server`](#opt-services.anki-sync-server.enable) instead.

- `nodePackages.vscode-css-languageserver-bin`, `nodePackages.vscode-html-languageserver-bin`,
  and `nodePackages.vscode-json-languageserver-bin` were dropped due to an unmaintained upstream.
  The `vscode-langservers-extracted` package is a maintained drop-in replacement.
+0 −1
Original line number Diff line number Diff line
@@ -712,7 +712,6 @@
  ./services/misc/airsonic.nix
  ./services/misc/amazon-ssm-agent.nix
  ./services/misc/ananicy.nix
  ./services/misc/ankisyncd.nix
  ./services/misc/anki-sync-server.nix
  ./services/misc/apache-kafka.nix
  ./services/misc/atuin.nix
Loading