diff options
Diffstat (limited to 'community/mpd/py3-doc.patch')
-rw-r--r-- | community/mpd/py3-doc.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/mpd/py3-doc.patch b/community/mpd/py3-doc.patch deleted file mode 100644 index bf1a2834ec..0000000000 --- a/community/mpd/py3-doc.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/doc/meson.build b/doc/meson.build -index d3a5ad1..839ab1c 100644 ---- a/doc/meson.build -+++ b/doc/meson.build -@@ -1,6 +1,6 @@ - install_man(['mpd.1', 'mpd.conf.5']) - --sphinx = find_program('sphinx-build') -+sphinx = find_program('sphinx-build-3') - sphinx_output = custom_target( - 'HTML documentation', - output: 'html', - |