about summary refs log tree commit diff
path: root/pkgs/applications/video/kodi/plugins.nix
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-09-06 19:40:24 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-11-18 11:19:20 +0100
commit60ba7d233e49e8b9b3ecde68b6b0f25f1bbe92de (patch)
treed99a0683745bce0513e1da0c9d76e4b065f77023 /pkgs/applications/video/kodi/plugins.nix
parent0d0d7dcd06a01bb9ab8f17ee15efd0334677eec4 (diff)
downloadnixlib-60ba7d233e49e8b9b3ecde68b6b0f25f1bbe92de.tar
nixlib-60ba7d233e49e8b9b3ecde68b6b0f25f1bbe92de.tar.gz
nixlib-60ba7d233e49e8b9b3ecde68b6b0f25f1bbe92de.tar.bz2
nixlib-60ba7d233e49e8b9b3ecde68b6b0f25f1bbe92de.tar.lz
nixlib-60ba7d233e49e8b9b3ecde68b6b0f25f1bbe92de.tar.xz
nixlib-60ba7d233e49e8b9b3ecde68b6b0f25f1bbe92de.tar.zst
nixlib-60ba7d233e49e8b9b3ecde68b6b0f25f1bbe92de.zip
pythonPackages.requests: disable multiple outputs
The `dev` output is empty anyway.

The problem is that it interacts badly with other parts of python and
stdenv infrastructure. In particular, before this patch it installs
code into `out` output (with only generated `nix-support` in `dev`),
but `makePythonPath` then uses `propagatedBuildInputs` to generate
`PYTHONPATH` while stdenv selects `dev` outputs for
`propagatedBuiltInputs`. This results in `makePythonPath` linking to
the empty `dev` output in `PYTHONPATH`.

This reverts a piece of commit 28299f669adc41e5278372cad952fb1e1165b44b.
Diffstat (limited to 'pkgs/applications/video/kodi/plugins.nix')
0 files changed, 0 insertions, 0 deletions