about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-27 06:46:28 -0500
committerGitHub <noreply@github.com>2023-10-27 06:46:28 -0500
commitae1374a33782a4c0ddce623cbb50384dd29e3b86 (patch)
treeb1bfe31cd242b2a4b7824fcb2c314c693c6ac910 /pkgs/tools
parent57de8658afdf15a5d33f54d4e4bec203e48a4238 (diff)
parent49c7d93c55d54a1eb1c7fca8490abc469344ad95 (diff)
Merge pull request #250525 from ivan-timokhin/junicode-2.00
junicode: 1.003 -> 2.200
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/typesetting/satysfi/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/satysfi/default.nix b/pkgs/tools/typesetting/satysfi/default.nix
index 8b341298f3112..6d77faac76a9f 100644
--- a/pkgs/tools/typesetting/satysfi/default.nix
+++ b/pkgs/tools/typesetting/satysfi/default.nix
@@ -65,10 +65,12 @@ in
       cp -r lib-satysfi/dist/ $out/share/satysfi/
       cp -r \
         ${ipaexfont}/share/fonts/opentype/* \
-        ${junicode}/share/fonts/junicode-ttf/* \
         ${lmodern}/share/fonts/opentype/public/lm/* \
         ${lmmath}/share/fonts/opentype/latinmodern-math.otf \
-        $out/share/satysfi/dist/fonts
+        ${junicode}/share/fonts/truetype/Junicode-{Bold,BoldItalic,Italic}.ttf \
+        $out/share/satysfi/dist/fonts/
+      cp ${junicode}/share/fonts/truetype/Junicode-Regular.ttf \
+        $out/share/satysfi/dist/fonts/Junicode.ttf
     '';
 
     meta = with lib; {