From 8237294f64e1c80665da287c35449a76cba2aac7 Mon Sep 17 00:00:00 2001 From: Changlin Li Date: Fri, 9 Jun 2017 03:05:21 -0400 Subject: Add Unicode Arphic CJK fonts These are a couple of CJK fonts that are on most other Linux distributions that aren't on NixOS --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/licenses.nix') diff --git a/lib/licenses.nix b/lib/licenses.nix index 0919699b41e37..8dd1c210b7fa9 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -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"; -- cgit 1.4.1