wikicurses: install man pages
This commit is contained in:
parent
1505633e2f
commit
04ea9dc275
@ -11,8 +11,16 @@ pythonPackages.buildPythonApplication rec {
|
||||
sha256 = "0f14s4qx3q5pr5vn460c34b5mbz2xs62d8ljs3kic8gmdn8x2knm";
|
||||
};
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [ urwid beautifulsoup4 lxml ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $man/share/man/man{1,5}
|
||||
cp wikicurses.1 $man/share/man/man1/
|
||||
cp wikicurses.conf.5 $man/share/man/man5/
|
||||
'';
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user