Merge pull request #126736 from Lassulus/weechat-matrix

[21.05] weechatScripts.weechat-matrix: fix matrix_sso_helper path
This commit is contained in:
Martin Weinelt
2021-06-13 11:32:41 +02:00
committed by GitHub

View File

@@ -73,6 +73,7 @@ in buildPythonPackage {
postFixup = ''
addToSearchPath program_PYTHONPATH $out/${python.sitePackages}
patchPythonScript $out/share/matrix.py
substituteInPlace $out/${python.sitePackages}/matrix/server.py --replace \"matrix_sso_helper\" \"$out/bin/matrix_sso_helper\"
'';
meta = with lib; {