mpd-sima: install man page
This commit is contained in:
parent
074f3d9807
commit
12311b4c34
@ -4,6 +4,7 @@
|
||||
fetchFromGitLab,
|
||||
python-musicpd,
|
||||
requests,
|
||||
sphinxHook,
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
@ -19,6 +20,16 @@ buildPythonApplication rec {
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
postPatch = ''
|
||||
sed -i '/intersphinx/d' doc/source/conf.py
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
sphinxHook
|
||||
];
|
||||
|
||||
sphinxBuilders = [ "man" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
requests
|
||||
python-musicpd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user