satysfi: fix the ipaexfont is not bundled properly

The ipaexfont package, which is an runtime depnedency of SATySFi,
changed their font installation path at this commit:
af30ee15af

This commit catches up with the change and make the ipaexfont be
bundled with the SATySFi package properly again.
This commit is contained in:
mityu
2026-07-09 14:35:21 +09:00
parent 80bd90efca
commit a171f0f221

View File

@@ -79,7 +79,7 @@ ocamlPackages.buildDunePackage {
mkdir -p $out/share/satysfi/dist/fonts
cp -r lib-satysfi/dist/ $out/share/satysfi/
cp -r \
${ipaexfont}/share/fonts/opentype/* \
${ipaexfont}/share/fonts/truetype/* \
${lmodern}/share/fonts/opentype/public/lm/* \
${lmmath}/share/fonts/opentype/latinmodern-math.otf \
${junicode}/share/fonts/truetype/Junicode-{Bold,BoldItalic,Italic}.ttf \