summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorChanglin Li <mail@changlinli.com>2017-06-09 03:05:21 -0400
committerChanglin Li <mail@changlinli.com>2017-06-09 20:52:18 -0400
commit8237294f64e1c80665da287c35449a76cba2aac7 (patch)
tree93fd58451d4085b622bcee45f0ee85eb0904576a /lib/licenses.nix
parentfbb5b2ef016a2dfc35f5d81664e78d84ac08d1f7 (diff)
downloadnixpkgs-8237294f64e1c80665da287c35449a76cba2aac7.tar
nixpkgs-8237294f64e1c80665da287c35449a76cba2aac7.tar.gz
nixpkgs-8237294f64e1c80665da287c35449a76cba2aac7.tar.bz2
nixpkgs-8237294f64e1c80665da287c35449a76cba2aac7.tar.lz
nixpkgs-8237294f64e1c80665da287c35449a76cba2aac7.tar.xz
nixpkgs-8237294f64e1c80665da287c35449a76cba2aac7.tar.zst
nixpkgs-8237294f64e1c80665da287c35449a76cba2aac7.zip
Add Unicode Arphic CJK fonts
These are a couple of CJK fonts that are on most other Linux distributions
that aren't on NixOS
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 0919699b41e..8dd1c210b7f 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";