blahtexml: drop utf8x to fix doc build with TeX Live 2023
This commit is contained in:
parent
75eb32b0bb
commit
f193870505
@ -14,6 +14,11 @@ stdenv.mkDerivation rec {
|
||||
postPatch = lib.optionalString stdenv.cc.isClang ''
|
||||
substituteInPlace makefile \
|
||||
--replace "\$(CXX)" "\$(CXX) -std=c++98"
|
||||
'' +
|
||||
# fix the doc build on TeX Live 2023
|
||||
''
|
||||
substituteInPlace Documentation/manual.tex \
|
||||
--replace '\usepackage[utf8x]{inputenc}' '\usepackage[utf8]{inputenc}'
|
||||
'';
|
||||
|
||||
outputs = [ "out" "doc" ];
|
||||
|
Loading…
Reference in New Issue
Block a user