From ad29005c504faeb34dac70ecd1bdac45138f44ca Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Wed, 2 Nov 2022 22:53:58 +0100 Subject: [PATCH] arkpandora_ttf: add license --- lib/licenses.nix | 5 +++++ pkgs/data/fonts/arkpandora/default.nix | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/licenses.nix b/lib/licenses.nix index 4cd65277771f..c84d5e8706df 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -109,6 +109,11 @@ in mkLicense lset) ({ fullName = "Apache License 2.0"; }; + bitstreamVera = { + spdxId = "Bitstream-Vera"; + fullName = "Bitstream Vera Font License"; + }; + bola11 = { url = "https://blitiri.com.ar/p/bola/"; fullName = "Buena Onda License Agreement 1.1"; diff --git a/pkgs/data/fonts/arkpandora/default.nix b/pkgs/data/fonts/arkpandora/default.nix index 827d7b0a5a44..259ac0141b2b 100644 --- a/pkgs/data/fonts/arkpandora/default.nix +++ b/pkgs/data/fonts/arkpandora/default.nix @@ -1,4 +1,4 @@ -{ fetchurl }: +{ lib, fetchurl }: let version = "2.04"; @@ -21,5 +21,6 @@ in fetchurl { meta = { description = "Font, metrically identical to Arial and Times New Roman"; + license = lib.licenses.bitstreamVera; }; }