mpd-sima: install man page (#418116)

authored by Aleksana and committed by GitHub 8d6ca495 9cd27c52

+11
+11
pkgs/tools/audio/mpd-sima/default.nix
··· 4 4 fetchFromGitLab, 5 5 python-musicpd, 6 6 requests, 7 + sphinxHook, 7 8 }: 8 9 9 10 buildPythonApplication rec { ··· 18 19 }; 19 20 20 21 format = "setuptools"; 22 + 23 + postPatch = '' 24 + sed -i '/intersphinx/d' doc/source/conf.py 25 + ''; 26 + 27 + nativeBuildInputs = [ 28 + sphinxHook 29 + ]; 30 + 31 + sphinxBuilders = [ "man" ]; 21 32 22 33 propagatedBuildInputs = [ 23 34 requests