Merge pull request #71836 from dtzWill/fix/khal-sphinx-workaround

khal: fix build, help find sphinxcontrib_newsfeed
This commit is contained in:
Gabriel Ebner 2019-10-23 18:44:20 +01:00 committed by GitHub
commit d01c8be597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,7 @@ with python3.pkgs; buildPythonApplication rec {
install -D misc/__khal $out/share/zsh/site-functions/__khal
# man page
PATH="${python3.withPackages (ps: with ps; [ sphinx sphinxcontrib_newsfeed ])}/bin:$PATH" \
make -C doc man
install -Dm755 doc/build/man/khal.1 -t $out/share/man/man1