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:
https://github.com/NixOS/nixpkgs/commit/af30ee15afe6cdb141d59f4827dba9b074666e93

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:40:44 +09:00
parent 80bd90efca
commit a171f0f221
+1 -1
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 \