lol

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.

+21
+1
pkgs/misc/solfege/default.nix
··· 15 15 patches = [ 16 16 ./css.patch 17 17 ./menubar.patch 18 + ./texinfo.patch 18 19 ./webbrowser.patch 19 20 ]; 20 21
+20
pkgs/misc/solfege/texinfo.patch
··· 1 + Fix build with texinfo 6.7. Otherwise 2 + 3 + makeinfo -I topdocs --no-split --no-headers --output AUTHORS topdocs/AUTHORS.texi 4 + 5 + fails with 6 + 7 + utf8 "\xC1" does not map to Unicode at /nix/store/...-texinfo-6.7/share/texinfo/Texinfo/ParserNonXS.pm line 1796, <FH> line 38. 8 + 9 + --- a/topdocs/AUTHORS.texi 10 + +++ b/topdocs/AUTHORS.texi 11 + @@ -1,2 +1,3 @@ 12 + \input texinfo 13 + +@documentencoding ISO-8859-1 14 + @setfilename AUTHORS.info 15 + --- a/topdocs/README.texi 16 + +++ b/topdocs/README.texi 17 + @@ -1,2 +1,3 @@ 18 + \input texinfo 19 + +@documentencoding ISO-8859-1 20 + @setfilename README.info