mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
cfa16434c2
matrix.py tries to import its dependencies, and its own code from $out/${python.sitePackages}, and neither of these worked because nothing was telling Python where to load that stuff from. Using patchPythonScript made it so matrix.py could find its dependencies, but it still wasn't able to find its own code, so that had to be added to program_PYTHONPATH beforehand so patchPythonScript would include it as well. Fixes: https://github.com/NixOS/nixpkgs/issues/89499 |
||
---|---|---|
.. | ||
bip | ||
communi | ||
convos | ||
epic5 | ||
glowing-bear | ||
hexchat | ||
ii | ||
irccloud | ||
ircdog | ||
irssi | ||
konversation | ||
kvirc | ||
quassel | ||
qweechat | ||
sic | ||
tiny | ||
weechat | ||
wraith |