Merge pull request #124265 from arachnist/fix-124186
weechatScripts.weechat-matrix: fix matrix_sso_helper path
This commit is contained in:
commit
2dc9bdf6f2
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user