Add Unicode Arphic CJK fonts

These are a couple of CJK fonts that are on most other Linux distributions
that aren't on NixOS
This commit is contained in:
Changlin Li
2017-06-09 03:05:21 -04:00
parent fbb5b2ef01
commit 8237294f64
3 changed files with 77 additions and 0 deletions

View File

@@ -45,6 +45,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "Apple Public Source License 2.0";
};
arphicpl = {
fullName = "Arphic Public License";
url = https://www.freedesktop.org/wiki/Arphic_Public_License/;
};
artistic1 = spdx {
spdxId = "Artistic-1.0";
fullName = "Artistic License 1.0";