corefonts: add meta and mark as unfree

See e.g. https://sourceforge.net/p/corefonts/bugs/6/
This commit is contained in:
Nikolay Amiantov 2016-06-07 04:48:58 +03:00
parent 38ba568634
commit ffb1e8506b

View File

@ -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;