tvbrowser: use alias for old tvbrowser-bin

...instead of a hard throw.

authored by

Yarny0 and committed by
Anderson Torres
6efba935 83c26b69

+1 -3
-2
nixos/doc/manual/release-notes/rl-2305.section.md
··· 309 309 310 310 - [Xastir](https://xastir.org/index.php/Main_Page) can now access AX.25 interfaces via the `libax25` package. 311 311 312 - - `tvbrowser-bin` was removed, and now `tvbrowser` is built from source. 313 - 314 312 - `nixos-version` now accepts `--configuration-revision` to display more information about the current generation revision 315 313 316 314 - The option `services.nomad.extraSettingsPlugins` has been fixed to allow more than one plugin in the path.
+1 -1
pkgs/top-level/aliases.nix
··· 1578 1578 truecrypt = throw "'truecrypt' has been renamed to/replaced by 'veracrypt'"; # Converted to throw 2022-02-22 1579 1579 tuijam = throw "tuijam has been removed because Google Play Music was discontinued"; # Added 2021-03-07 1580 1580 turbo-geth = throw "turbo-geth has been renamed to erigon"; # Added 2021-08-08 1581 - tvbrowser-bin = throw "tvbrowser-bin was removed because it is now built from sources; use 'tvbrowser' instead"; # Added 2023-02-04 1581 + tvbrowser-bin = tvbrowser; # Added 2023-03-02 1582 1582 twister = throw "twister has been removed: abandoned by upstream and python2-only"; # Added 2022-04-26 1583 1583 tychus = throw "tychus has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03 1584 1584 typora = throw "Newer versions of typora use anti-user encryption and refuse to start. As such it has been removed"; # Added 2021-09-11