treewide: checkMeta fixes for x86_64-linux

This commit is contained in:
Vladimír Čunát
2017-12-05 23:20:11 +01:00
committed by Graham Christensen
parent ae7e3a3a41
commit 6f5d989478
116 changed files with 141 additions and 137 deletions

View File

@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Fonts for Code, from Font Bureau";
longDescrition = ''
longDescription = ''
Input is a font family designed for computer programming, data,
and text composition. It was designed by David Jonathan Ross
between 2012 and 2014 and published by The Font Bureau. It

View File

@@ -27,6 +27,6 @@ pythonPackages.buildPythonPackage rec {
description = "Noto fonts support tools and scripts plus web site generation";
license = lib.licenses.asl20;
homepage = https://github.com/googlei18n/nototools;
platform = lib.platforms.unix;
platforms = lib.platforms.unix;
};
}

View File

@@ -17,7 +17,7 @@ in fetchzip {
meta = {
homepage = https://github.com/stark/siji;
description = "An iconic bitmap font based on Stlarch with additional glyphs";
liscense = stdenv.lib.licenses.gpl2;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.asymmetric ];
};

View File

@@ -26,7 +26,7 @@ fetchzip {
meta = {
description = "Some TrueType fonts from Microsoft Windows Vista (Calibri, Cambria, Candara, Consolas, Constantia, Corbel)";
homepage = http://www.microsoft.com/typography/ClearTypeFonts.mspx;
binaryDistribution = false; # haven't read the EULA, but we probably can't redistribute these files, so...
license = stdenv.lib.licenses.unfree; # haven't read the EULA, but we probably can't redistribute these files, so...
# Set a non-zero priority to allow easy overriding of the
# fontconfig configuration files.