summary refs log tree commit diff
path: root/maintainers/maintainer-list.nix
diff options
context:
space:
mode:
authorMatthew Harm Bekkema <id@mbekkema.name>2019-12-11 20:21:41 +1100
committerMatthieu Coudron <coudron@iij.ad.jp>2019-12-11 16:51:12 +0100
commit2cbb2590aa0954a07cb4ed1825024e9863dc03c1 (patch)
tree414b57dd66b716122b1cf4dfed57b830d7368225 /maintainers/maintainer-list.nix
parent5d775b153a1af44d37c56a5f3eeb5a79ceae8620 (diff)
downloadnixpkgs-2cbb2590aa0954a07cb4ed1825024e9863dc03c1.tar
nixpkgs-2cbb2590aa0954a07cb4ed1825024e9863dc03c1.tar.gz
nixpkgs-2cbb2590aa0954a07cb4ed1825024e9863dc03c1.tar.bz2
nixpkgs-2cbb2590aa0954a07cb4ed1825024e9863dc03c1.tar.lz
nixpkgs-2cbb2590aa0954a07cb4ed1825024e9863dc03c1.tar.xz
nixpkgs-2cbb2590aa0954a07cb4ed1825024e9863dc03c1.tar.zst
nixpkgs-2cbb2590aa0954a07cb4ed1825024e9863dc03c1.zip
internetarchive: Provide setuptools at runtime
Since commit f7e28bf5d8181926e600a222cb70180519d09726 ("Split
buildPythonPackage into setup hooks"), the `ia` command provided by this
package has crashed with the error:

    Traceback (most recent call last):
      File "/nix/store/7n1jf081h0qnj82m2s69mxzj02zf746f-python3.7-internetarchive-1.8.1/bin/.ia-wrapped", line 7, in <module>
        from internetarchive.cli.ia import main
      File "/nix/store/7n1jf081h0qnj82m2s69mxzj02zf746f-python3.7-internetarchive-1.8.1/lib/python3.7/site-packages/internetarchive/cli/__init__.py", line 27, in <module>
        from internetarchive.cli import ia, ia_configure, ia_delete, ia_download, ia_list, \
      File "/nix/store/7n1jf081h0qnj82m2s69mxzj02zf746f-python3.7-internetarchive-1.8.1/lib/python3.7/site-packages/internetarchive/cli/ia.py", line 60, in <module>
        from pkg_resources import iter_entry_points, DistributionNotFound
    ModuleNotFoundError: No module named 'pkg_resources'

This commit fixes that by adding `setuptools` (which contains the
'pkg_resources' module) to `propagatedBuildInputs`.
Diffstat (limited to 'maintainers/maintainer-list.nix')
0 files changed, 0 insertions, 0 deletions