From ffb1e8506b662f86c4a7b1d071fa5162be22c753 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Tue, 7 Jun 2016 04:48:58 +0300 Subject: corefonts: add meta and mark as unfree See e.g. https://sourceforge.net/p/corefonts/bugs/6/ --- pkgs/data/fonts/corefonts/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'pkgs/data/fonts/corefonts') diff --git a/pkgs/data/fonts/corefonts/default.nix b/pkgs/data/fonts/corefonts/default.nix index 2030fb3ab1d..a1ec6ef3003 100644 --- a/pkgs/data/fonts/corefonts/default.nix +++ b/pkgs/data/fonts/corefonts/default.nix @@ -1,4 +1,4 @@ -{stdenv, fetchurl, cabextract}: +{ stdenv, fetchurl, cabextract }: let @@ -59,7 +59,11 @@ stdenv.mkDerivation { done ''; - meta = { + meta = with stdenv.lib; { + homepage = "http://corefonts.sourceforge.net/"; + description = "Microsoft's TrueType core fonts for the Web"; + platforms = platforms.all; + licenses = licenses.unfreeRedistributable; # Set a non-zero priority to allow easy overriding of the # fontconfig configuration files. priority = 5; -- cgit 1.4.1