summaryrefslogtreecommitdiffstats
path: root/doc/package-notes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/package-notes.xml')
-rw-r--r--doc/package-notes.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/package-notes.xml b/doc/package-notes.xml
index dad28d3ec8b2..49f94f3bd5d2 100644
--- a/doc/package-notes.xml
+++ b/doc/package-notes.xml
@@ -681,10 +681,10 @@ overrides = self: super: rec {
</para>
<para>
- The python plugin allows the addition of extra libraries. For instance, the
- <literal>inotify.py</literal> script in weechat-scripts requires D-Bus or
- libnotify, and the <literal>fish.py</literal> script requires pycrypto. To
- use these scripts, use the <literal>python</literal> plugin's
+ The python and perl plugins allows the addition of extra libraries. For
+ instance, the <literal>inotify.py</literal> script in weechat-scripts
+ requires D-Bus or libnotify, and the <literal>fish.py</literal> script
+ requires pycrypto. To use these scripts, use the plugin's
<literal>withPackages</literal> attribute:
<programlisting>weechat.override { configure = {availablePlugins, ...}: {
plugins = with availablePlugins; [