Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2021-02-02 19:46:31 +01:00
51 changed files with 540 additions and 267 deletions
@@ -70,6 +70,10 @@ in buildPythonPackage {
'';
dontPatchShebangs = true;
postFixup = ''
addToSearchPath program_PYTHONPATH $out/${python.sitePackages}
patchPythonScript $out/share/matrix.py
'';
meta = with lib; {
description = "A Python plugin for Weechat that lets Weechat communicate over the Matrix protocol";