summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-01-26 13:35:04 +0000
committerAlyssa Ross <hi@alyssa.is>2021-02-02 17:13:53 +0000
commitcfa16434c2acef56ec2f59760a8eb8d69265dfc7 (patch)
treeccbeee2b6a7fc1f1f30f7f81a165be3a6b946f37 /pkgs/development/python-modules/rangehttpserver
parent410bbd828cdc6156aecd5bc91772ad3a6b1099c7 (diff)
weechatScripts.weechat-matrix: fix PYTHONPATH
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
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions