summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2019-08-10 19:33:17 +0200
committerPierre Bourdon <delroth@gmail.com>2019-08-10 19:37:12 +0200
commit67d1cf4707289a41152a32e3f3816e30f52c8c06 (patch)
treee2251fc913e35fab394e5da8f98f0beb4f3beecd /nixos/doc
parentce9dadd7d1dea4410b4381f2439a7d1358a15ecc (diff)
downloadnixpkgs-67d1cf4707289a41152a32e3f3816e30f52c8c06.tar
nixpkgs-67d1cf4707289a41152a32e3f3816e30f52c8c06.tar.gz
nixpkgs-67d1cf4707289a41152a32e3f3816e30f52c8c06.tar.bz2
nixpkgs-67d1cf4707289a41152a32e3f3816e30f52c8c06.tar.lz
nixpkgs-67d1cf4707289a41152a32e3f3816e30f52c8c06.tar.xz
nixpkgs-67d1cf4707289a41152a32e3f3816e30f52c8c06.tar.zst
nixpkgs-67d1cf4707289a41152a32e3f3816e30f52c8c06.zip
nixos/ibus: do not default-install ibus-qt
ibus-qt has not seen a release in 5 years and is only relevant for Qt
4.x, which is becoming more and more rare. Using my current laptop as a
data point, ibus-qt is the only dependency left that drags in qt-4.8.7.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1909.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1909.xml b/nixos/doc/manual/release-notes/rl-1909.xml
index 37e9c2dbbb6..b12858cfc96 100644
--- a/nixos/doc/manual/release-notes/rl-1909.xml
+++ b/nixos/doc/manual/release-notes/rl-1909.xml
@@ -242,6 +242,12 @@
        Only some exporters are affected by the latter, namely the exporters <literal>dovecot</literal>, <literal>node</literal>, <literal>postfix</literal> and <literal>varnish</literal>.
      </para>
    </listitem>
+   <listitem>
+     <para>
+       The <literal>ibus-qt</literal> package is not installed by default anymore when <xref linkend="opt-i18n.inputMethod.enabled" /> is set to <literal>ibus</literal>.
+       If IBus support in Qt 4.x applications is required, add the <literal>ibus-qt</literal> package to your <xref linkend="opt-environment.systemPackages" /> manually.
+     </para>
+   </listitem>
   </itemizedlist>
  </section>