diff options
| author | Yarny0 <41838844+Yarny0@users.noreply.github.com> | 2023-03-02 13:43:05 +0100 |
|---|---|---|
| committer | Anderson Torres <torres.anderson.85@protonmail.com> | 2023-03-19 22:46:32 -0300 |
| commit | 6efba935d3edd0e167dca176ec237733a97bc38d (patch) | |
| tree | c7118f0320103f89ea6773f1807201123d6b8f69 | |
| parent | tony: fix build with GCC 12 (#222095) (diff) | |
| download | nixpkgs-6efba935d3edd0e167dca176ec237733a97bc38d.tar.gz | |
tvbrowser: use alias for old tvbrowser-bin
...instead of a hard throw.
| -rw-r--r-- | nixos/doc/manual/release-notes/rl-2305.section.md | 2 | ||||
| -rw-r--r-- | pkgs/top-level/aliases.nix | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md index e7345c1d8f5f..f90af2966bf8 100644 --- a/nixos/doc/manual/release-notes/rl-2305.section.md +++ b/nixos/doc/manual/release-notes/rl-2305.section.md @@ -309,8 +309,6 @@ In addition to numerous new and upgraded packages, this release has the followin - [Xastir](https://xastir.org/index.php/Main_Page) can now access AX.25 interfaces via the `libax25` package. -- `tvbrowser-bin` was removed, and now `tvbrowser` is built from source. - - `nixos-version` now accepts `--configuration-revision` to display more information about the current generation revision - The option `services.nomad.extraSettingsPlugins` has been fixed to allow more than one plugin in the path. diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 9598310264d5..e11298d43db0 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1578,7 +1578,7 @@ mapAliases ({ truecrypt = throw "'truecrypt' has been renamed to/replaced by 'veracrypt'"; # Converted to throw 2022-02-22 tuijam = throw "tuijam has been removed because Google Play Music was discontinued"; # Added 2021-03-07 turbo-geth = throw "turbo-geth has been renamed to erigon"; # Added 2021-08-08 - tvbrowser-bin = throw "tvbrowser-bin was removed because it is now built from sources; use 'tvbrowser' instead"; # Added 2023-02-04 + tvbrowser-bin = tvbrowser; # Added 2023-03-02 twister = throw "twister has been removed: abandoned by upstream and python2-only"; # Added 2022-04-26 tychus = throw "tychus has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03 typora = throw "Newer versions of typora use anti-user encryption and refuse to start. As such it has been removed"; # Added 2021-09-11 |
