diff --git a/doc/package-notes.xml b/doc/package-notes.xml index a6347bfdebaf..68d8f18e75ac 100644 --- a/doc/package-notes.xml +++ b/doc/package-notes.xml @@ -689,7 +689,7 @@ overrides = super: self: rec { plugins = with availablePlugins; [ (python.withPackages (ps: with ps; [ pycrypto python-dbus ])) ]; - } + }; }