corefonts: add meta and mark as unfree
See e.g. https://sourceforge.net/p/corefonts/bugs/6/
This commit is contained in:
parent
38ba568634
commit
ffb1e8506b
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, cabextract}:
|
{ stdenv, fetchurl, cabextract }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
@ -59,7 +59,11 @@ stdenv.mkDerivation {
|
|||||||
done
|
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
|
# Set a non-zero priority to allow easy overriding of the
|
||||||
# fontconfig configuration files.
|
# fontconfig configuration files.
|
||||||
priority = 5;
|
priority = 5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user