diff options
| author | Andreas Herrmann <andreash87@gmx.ch> | 2019-08-16 14:10:27 +0200 |
|---|---|---|
| committer | Profpatsch <mail@profpatsch.de> | 2019-08-16 18:55:45 +0200 |
| commit | f426173e30d2f7dcc151b3d67a29ee6e8ca39c1a (patch) | |
| tree | 34a4a0351ae1668d675ac07c317296714f19769d /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 332a46b125cea8c0fa04e194da43f765908a2e02 (diff) | |
bazel: Fix python stub template
The shebang in the python stub template was incorrectly patched to
```
<store-path>/bin/env python
```
instead of
```
<store-path>/bin/python
```
The reason was that `patchShebangs` was called with `--replace` which is
an unknown argument.
```
patching script interpreter paths in src/main/java/com/google/devtools/build/lib/bazel/rules/python/python_stub_template.txt --replace /usr/bin/env python /nix/store/w7gsq8v86hni4ynaqgwwlnlny115ylng-python3-3.7.4/bin/python
find: unknown predicate `--replace'
```
Using `substituteInPlace` instead resolves that issue.
The wrong shebang caused failures of `py_binary` targets due to `python`
not being in `PATH` in certain circumstances.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
