aboutsummaryrefslogtreecommitdiff
path: root/doc/package-notes.xml
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2018-10-23 10:23:47 +0000
committerxeji <36407913+xeji@users.noreply.github.com>2018-10-23 12:23:47 +0200
commite20e1e5c2cb247ed3c10d9560db7c3a509115674 (patch)
tree6745a09959dc5d4a7bddff62874b0e23515e7e1f /doc/package-notes.xml
parentcc4b9ef40f2f891f56968af1163588b649c043e5 (diff)
weechat: add perl.withPackages (#48815)
Allows for adding Perl libraries in the same way as for Python. Doesn't really need to be a function, since there's only one perlPackages in nixpkgs, but I went for consistency with the python plugin.
Diffstat (limited to '')
-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 dad28d3ec8b..49f94f3bd5d 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; [