lxgw-wenkai: init at 1.210
This commit is contained in:
parent
b51d023b20
commit
e676047306
23
pkgs/data/fonts/lxgw-wenkai/default.nix
Normal file
23
pkgs/data/fonts/lxgw-wenkai/default.nix
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{ lib, fetchzip }:
|
||||||
|
|
||||||
|
let version = "1.210"; in
|
||||||
|
fetchzip {
|
||||||
|
name = "lxgw-wenkai-${version}";
|
||||||
|
url = "https://github.com/lxgw/LxgwWenKai/releases/download/v${version}/lxgw-wenkai-v${version}.tar.gz";
|
||||||
|
|
||||||
|
postFetch = ''
|
||||||
|
tar -xzvf $downloadedFile --strip-components=1
|
||||||
|
mkdir -p $out/share/fonts/truetype
|
||||||
|
cp *.ttf $out/share/fonts/truetype
|
||||||
|
'';
|
||||||
|
|
||||||
|
sha256 = "n8vnkoOJuUO4Gh+GUInZ/HJK5t4pD7MrPPaxDyH+0Qw=";
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
homepage = "https://lxgw.github.io/";
|
||||||
|
description = "An open-source Chinese font derived from Fontworks' Klee One";
|
||||||
|
license = licenses.ofl;
|
||||||
|
platforms = platforms.all;
|
||||||
|
maintainers = with maintainers; [ elliot ];
|
||||||
|
};
|
||||||
|
}
|
@ -23609,6 +23609,8 @@ with pkgs;
|
|||||||
inherit (plasma5Packages) breeze-icons;
|
inherit (plasma5Packages) breeze-icons;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
lxgw-wenkai = callPackage ../data/fonts/lxgw-wenkai { };
|
||||||
|
|
||||||
maia-icon-theme = libsForQt5.callPackage ../data/icons/maia-icon-theme { };
|
maia-icon-theme = libsForQt5.callPackage ../data/icons/maia-icon-theme { };
|
||||||
|
|
||||||
mailcap = callPackage ../data/misc/mailcap { };
|
mailcap = callPackage ../data/misc/mailcap { };
|
||||||
|
Loading…
Reference in New Issue
Block a user