solfege: fix build with texinfo 6.7

makeinfo seems right to fail when input encoding is not declared and is not UTF-8.

texinfo was updated in #95910.
This commit is contained in:
Orivej Desh
2020-09-18 10:21:24 +00:00
parent 0c1807e3e2
commit 19f7f150a4
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ buildPythonApplication rec {
patches = [
./css.patch
./menubar.patch
./texinfo.patch
./webbrowser.patch
];