7 stdenvNoCC.mkDerivation (finalAttrs: {
8 pname = "lxgw-wenkai-screen";
12 url = "https://github.com/lxgw/LxgwWenKai-Screen/releases/download/v${finalAttrs.version}/LXGWWenKaiScreen.ttf";
13 hash = "sha256-em3uh53neN8v1ueiw1rWVtC0bteD7IG3X1g9tkjBRJA=";
20 install -Dm644 "$src" "$out/share/fonts/truetype/LXGWWenKaiScreen.ttf"
25 description = "LXGW WenKai font optimized for screen reading";
26 homepage = "https://github.com/lxgw/LxgwWenKai-Screen";
27 license = lib.licenses.ofl;
28 platforms = lib.platforms.all;
29 maintainers = with lib.maintainers; [ lebensterben ];