Merge pull request #71836 from dtzWill/fix/khal-sphinx-workaround
khal: fix build, help find sphinxcontrib_newsfeed
This commit is contained in:
commit
d01c8be597
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue