junicode: 2.205 -> 2.206

Changelog:
https://github.com/psb1558/Junicode-font/releases/tag/v2.206

TeX package documentation is now part of the main manual, so no
separate texdoc output anymore.

+3 -12
+3 -12
pkgs/data/fonts/junicode/default.nix
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "junicode"; 5 - version = "2.205"; 6 7 src = fetchzip { 8 url = "https://github.com/psb1558/Junicode-font/releases/download/v${version}/Junicode_${version}.zip"; 9 - hash = "sha256-/9vkc6Ic3xyfpKEE64dBpoVM/gcRsLnAcrZWie9lNa4="; 10 }; 11 12 - outputs = [ "out" "doc" "tex" "texdoc" ]; 13 14 patches = [ ./tex-font-path.patch ]; 15 ··· 32 33 install -Dm 444 -t $tex/tex/latex/junicode TeX/junicode.sty 34 install -Dm 444 -t $tex/tex/latex/junicodevf TeX/junicodevf.{sty,lua} 35 - 36 - install -Dm 444 -t $texdoc/doc/tex/latex/junicode TeX/junicode-package.pdf 37 - install -Dm 444 -t $texdoc/doc/tex/latex/junicodevf TeX/junicodevf-package.pdf 38 - 39 - cat >$texdoc/doc/tex/latex/junicode/nix-font-note.txt <<EOF 40 - The style file is patched to refer directly to the corresponding 41 - font files; thus, contrary to the documentation, the fonts 42 - do *not* have to be installed globally. 43 - EOF 44 45 runHook postInstall 46 '';
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "junicode"; 5 + version = "2.206"; 6 7 src = fetchzip { 8 url = "https://github.com/psb1558/Junicode-font/releases/download/v${version}/Junicode_${version}.zip"; 9 + hash = "sha256-oOKg85Yz5/2/pvwjVqeQXE8xE7X+QJvPYwYN+E18oEc="; 10 }; 11 12 + outputs = [ "out" "doc" "tex" ]; 13 14 patches = [ ./tex-font-path.patch ]; 15 ··· 32 33 install -Dm 444 -t $tex/tex/latex/junicode TeX/junicode.sty 34 install -Dm 444 -t $tex/tex/latex/junicodevf TeX/junicodevf.{sty,lua} 35 36 runHook postInstall 37 '';