mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 07:31:19 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user