summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-02-04 16:10:53 -0300
committerGitHub <noreply@github.com>2023-02-04 16:10:53 -0300
commit1149f146009d9df18689f405560f376df8c3439f (patch)
treed8ea9e42ad23e1bbf0ab1da20f7d0cb2f72ffecd /nixos
parent524b2a65251dad3018f168af2049f5a29b7d5da8 (diff)
parente2e9dc92d86acf3a480202371d9ce0c77bc20c26 (diff)
Merge pull request #210902 from Yarny0/tvbrowser
tvbrowser: fix, update, build from source, add small test
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2305.section.xml6
-rw-r--r--nixos/doc/manual/release-notes/rl-2305.section.md2
2 files changed, 8 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
index 1ae5fede272b..2fd0d01abefa 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
@@ -860,6 +860,12 @@
</listitem>
<listitem>
<para>
+ <literal>tvbrowser-bin</literal> was removed, and now
+ <literal>tvbrowser</literal> is built from source.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<literal>nixos-version</literal> now accepts
<literal>--configuration-revision</literal> to display more
information about the current generation revision
diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md
index 2977a9e6a1c7..01e2ff01f290 100644
--- a/nixos/doc/manual/release-notes/rl-2305.section.md
+++ b/nixos/doc/manual/release-notes/rl-2305.section.md
@@ -213,6 +213,8 @@ 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.