khal: fix build, help find sphinxcontrib_newsfeed
This isn't pretty but seems to do the job, improvements very welcome :) An alternative approach (untested) would be buiding man pages separately and linking them into a unified result. FWIW.
This commit is contained in:
parent
99df22190c
commit
2c50765a66
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