summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorYarny0 <41838844+Yarny0@users.noreply.github.com>2023-01-08 13:46:35 +0100
committerYarny0 <41838844+Yarny0@users.noreply.github.com>2023-02-04 17:55:39 +0100
commitb2fdba820a868d805f05562feb07e19960b9ea1d (patch)
tree2692a85410dc59dbf96251ddbe141b9089463c31 /pkgs/top-level/aliases.nix
parent17abe6d26a37ee533158353e9db0940002f2fbcb (diff)
downloadnixpkgs-b2fdba820a868d805f05562feb07e19960b9ea1d.tar
nixpkgs-b2fdba820a868d805f05562feb07e19960b9ea1d.tar.gz
nixpkgs-b2fdba820a868d805f05562feb07e19960b9ea1d.tar.bz2
nixpkgs-b2fdba820a868d805f05562feb07e19960b9ea1d.tar.lz
nixpkgs-b2fdba820a868d805f05562feb07e19960b9ea1d.tar.xz
nixpkgs-b2fdba820a868d805f05562feb07e19960b9ea1d.tar.zst
nixpkgs-b2fdba820a868d805f05562feb07e19960b9ea1d.zip
tvbrowser: build from source
This commit changes from a precompiled bundle to
a source file. Accordingly, the expression file is renamed to `default.nix`
and the old attribute name is changed to `tvbrowser`, the old one being now a
throw-message.

The upstream build script tries to download the news plugin; so, we provide
this and pass it as a parameter.

Given that this is still a piece of a precompiled Java bytecode, along with a
main readable source bundle, `meta.sourceProvenance` is updated accordingly.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 8e828c88c01..0de2417ef36 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -1543,6 +1543,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
   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