mpd-sima: install man page (#418116)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user