···213213 </listitem>
214214 <listitem>
215215 <para>
216216+ <link xlink:href="https://languagetool.org/">languagetool</link>,
217217+ a multilingual grammar, style, and spell checker. Available as
218218+ <link xlink:href="options.html#opt-services.languagetool.enable">services.languagetool</link>.
219219+ </para>
220220+ </listitem>
221221+ <listitem>
222222+ <para>
216223 <link xlink:href="https://www.getoutline.com/">Outline</link>,
217224 a wiki and knowledge base similar to Notion. Available as
218225 <link linkend="opt-services.outline.enable">services.outline</link>.
···387394 <para>
388395 <literal>pkgs.cosign</literal> does not provide the
389396 <literal>cosigned</literal> binary anymore.
397397+ </para>
398398+ </listitem>
399399+ <listitem>
400400+ <para>
401401+ Emacs now uses the Lucid toolkit by default instead of GTK
402402+ because of stability and compatibility issues. Users who still
403403+ wish to remain using GTK can do so by using
404404+ <literal>emacs-gtk</literal>.
390405 </para>
391406 </listitem>
392407 <listitem>
+6
nixos/doc/manual/release-notes/rl-2211.section.md
···7878- [kanata](https://github.com/jtroo/kanata), a tool to improve keyboard comfort and usability with advanced customization.
7979 Available as [services.kanata](options.html#opt-services.kanata.enable).
80808181+- [languagetool](https://languagetool.org/), a multilingual grammar, style, and spell checker.
8282+ Available as [services.languagetool](options.html#opt-services.languagetool.enable).
8383+8184- [Outline](https://www.getoutline.com/), a wiki and knowledge base similar to Notion. Available as [services.outline](#opt-services.outline.enable).
82858386- [netbird](https://netbird.io), a zero configuration VPN.
···135138 version for the entire lifecycle of the 22.11 release.
136139137140- `pkgs.cosign` does not provide the `cosigned` binary anymore.
141141+142142+- Emacs now uses the Lucid toolkit by default instead of GTK because of stability and compatibility issues.
143143+ Users who still wish to remain using GTK can do so by using `emacs-gtk`.
138144139145- riak package removed along with `services.riak` module, due to lack of maintainer to update the package.
140146
+4-2
nixos/lib/test-driver/test_driver/machine.py
···426426 self.monitor.send(message)
427427 return self.wait_for_monitor_prompt()
428428429429- def wait_for_unit(self, unit: str, user: Optional[str] = None) -> None:
429429+ def wait_for_unit(
430430+ self, unit: str, user: Optional[str] = None, timeout: int = 900
431431+ ) -> None:
430432 """Wait for a systemd unit to get into "active" state.
431433 Throws exceptions on "failed" and "inactive" states as well as
432434 after timing out.
···456458 unit, f" with user {user}" if user is not None else ""
457459 )
458460 ):
459459- retry(check_active)
461461+ retry(check_active, timeout)
460462461463 def get_unit_info(self, unit: str, user: Optional[str] = None) -> Dict[str, str]:
462464 status, lines = self.systemctl('--no-pager show "{}"'.format(unit), user)
···33333434 hardware.opengl.enable = true;
3535 programs.xwayland.enable = true;
3636- services.udisks2.enable = true;
3636+ security.polkit.enable = true;
3737 environment.systemPackages = [ pkgs.cagebreak pkgs.wayland-utils ];
38383939 # Need to switch to a different GPU driver than the default one (-vga std) so that Cagebreak can launch:
···11-diff --git i/data/org.gnome.gitlab.YaLTeR.VideoTrimmer.metainfo.xml.in.in w/data/org.gnome.gitlab.YaLTeR.VideoTrimmer.metainfo.xml.in.in
22-index 9bd25b6..c627369 100644
33---- i/data/org.gnome.gitlab.YaLTeR.VideoTrimmer.metainfo.xml.in.in
44-+++ w/data/org.gnome.gitlab.YaLTeR.VideoTrimmer.metainfo.xml.in.in
55-@@ -19,12 +19,6 @@
66- Video Trimmer cuts out a fragment of a video given the start and end timestamps. The video is never re-encoded, so the process is very fast and does not reduce the video quality.
77- </p>
88- </description>
99-- <screenshots>
1010-- <screenshot type="default">
1111-- <image>https://gitlab.gnome.org/YaLTeR/video-trimmer/uploads/e840fa093439348448007197d07c8033/image.png</image>
1212-- <caption>Main Window</caption>
1313-- </screenshot>
1414-- </screenshots>
1515- <releases>
1616- <release version="0.7.1" date="2022-03-23">
1717- <description>
···463463464464 g4py = python3Packages.geant4; # Added 2020-06-06
465465 gaia = throw "gaia has been removed because it seems abandoned upstream and uses no longer supported dependencies"; # Added 2020-06-06
466466+ gammy = throw "'gammy' is deprecated upstream and has been replaced by 'gummy'"; # Added 2022-09-03
466467 gawp = throw "gawp has been dropped due to the lack of maintanence from upstream since 2017"; # Added 2022-06-02
467468 gdal_1_11 = throw "gdal_1_11 was removed. Use gdal instead"; # Added 2021-04-03
468469 gdb-multitarget = throw "'gdb-multitarget' has been renamed to/replaced by 'gdb'"; # Converted to throw 2022-02-22