Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 6bf88448d042
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0195953af12c
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 18, 2019

  1. pythonPackages.markdown: add missing setuptools to propagatedBuildInput

    Fixes the following ImportError on application startup:
    
    /nix/store/qh7ndfsar3icmwqbiwcla7pc8x1133vg-python2.7-Markdown-3.1.1/bin/markdown_py README.md > README.html.new
    Traceback (most recent call last):
      File "/nix/store/qh7ndfsar3icmwqbiwcla7pc8x1133vg-python2.7-Markdown-3.1.1/bin/.markdown_py-wrapped", line 7, in <module>
        from markdown.__main__ import run
      File "/nix/store/qh7ndfsar3icmwqbiwcla7pc8x1133vg-python2.7-Markdown-3.1.1/lib/python2.7/site-packages/markdown/__init__.py", line 25, in <module>
        from .core import Markdown, markdown, markdownFromFile
      File "/nix/store/qh7ndfsar3icmwqbiwcla7pc8x1133vg-python2.7-Markdown-3.1.1/lib/python2.7/site-packages/markdown/core.py", line 29, in <module>
        import pkg_resources
    ImportError: No module named pkg_resources
    make: *** [Makefile:53: README.html] Error 1
    
    (cherry picked from commit 2b239b5)
    mweinelt authored and worldofpeace committed Sep 18, 2019
    Copy the full SHA
    0195953 View commit details
    Browse the repository at this point in the history