mpd-sima: install man page

This commit is contained in:
Anton Mosich 2025-06-19 00:37:30 +02:00
parent 074f3d9807
commit 12311b4c34
No known key found for this signature in database
GPG Key ID: 28F77AAFFAF5BAF6

View File

@ -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