arkpandora_ttf: add license

+7 -1
+5
lib/licenses.nix
··· 109 fullName = "Apache License 2.0"; 110 }; 111 112 bola11 = { 113 url = "https://blitiri.com.ar/p/bola/"; 114 fullName = "Buena Onda License Agreement 1.1";
··· 109 fullName = "Apache License 2.0"; 110 }; 111 112 + bitstreamVera = { 113 + spdxId = "Bitstream-Vera"; 114 + fullName = "Bitstream Vera Font License"; 115 + }; 116 + 117 bola11 = { 118 url = "https://blitiri.com.ar/p/bola/"; 119 fullName = "Buena Onda License Agreement 1.1";
+2 -1
pkgs/data/fonts/arkpandora/default.nix
··· 1 - { fetchurl }: 2 3 let 4 version = "2.04"; ··· 21 22 meta = { 23 description = "Font, metrically identical to Arial and Times New Roman"; 24 }; 25 }
··· 1 + { lib, fetchurl }: 2 3 let 4 version = "2.04"; ··· 21 22 meta = { 23 description = "Font, metrically identical to Arial and Times New Roman"; 24 + license = lib.licenses.bitstreamVera; 25 }; 26 }