Merge pull request #124265 from arachnist/fix-124186

weechatScripts.weechat-matrix: fix matrix_sso_helper path
This commit is contained in:
Martin Weinelt 2021-05-26 02:13:39 +02:00 committed by GitHub
commit 2dc9bdf6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; {