chromium,chromedriver: 129.0.6668.91 -> 129.0.6668.100
[NixPkgs.git] / pkgs / by-name / so / solfege / texinfo.patch
blobd681b3e901bd8e4be735622a12c61fa552f9d0d8
1 Fix build with texinfo 6.7. Otherwise
3 makeinfo -I topdocs --no-split --no-headers --output AUTHORS topdocs/AUTHORS.texi
5 fails with
7 utf8 "\xC1" does not map to Unicode at /nix/store/...-texinfo-6.7/share/texinfo/Texinfo/ParserNonXS.pm line 1796, <FH> line 38.
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