summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorYurii Rashkovskii <yrashk@gmail.com>2018-12-12 16:12:54 +0700
committerYurii Rashkovskii <yrashk@gmail.com>2018-12-12 16:12:54 +0700
commita84a457f62a86fdc317c9feec50e31c11309c04c (patch)
tree33653c3a172552da5f61d160a55993242fb76c28 /pkgs/applications/networking/flexget
parent8e3b400b45224798056dbc7501901cd9d3cc5658 (diff)
downloadnixpkgs-a84a457f62a86fdc317c9feec50e31c11309c04c.tar
nixpkgs-a84a457f62a86fdc317c9feec50e31c11309c04c.tar.gz
nixpkgs-a84a457f62a86fdc317c9feec50e31c11309c04c.tar.bz2
nixpkgs-a84a457f62a86fdc317c9feec50e31c11309c04c.tar.lz
nixpkgs-a84a457f62a86fdc317c9feec50e31c11309c04c.tar.xz
nixpkgs-a84a457f62a86fdc317c9feec50e31c11309c04c.tar.zst
nixpkgs-a84a457f62a86fdc317c9feec50e31c11309c04c.zip
luigi: enable local modules discovery
Currently, local module discovery is broken with luigi installed from
this derivation.

In the documentation, you can see the following command line syntax
used:

```
luigi --module module_name ...
```

However, currently this will result in an error:

```
ModuleNotFoundError: No module named 'module_name'
```

However, if the call is prepended with this:

```
PYTHONPATH=.:$PYTHONPATH
```

then it will work as expected.

This patch makes this the default behaviour.
Diffstat (limited to 'pkgs/applications/networking/flexget')
0 files changed, 0 insertions, 0 deletions