ttfautohint: remove with lib

This commit is contained in:
kyehn
2025-09-02 06:04:08 +00:00
committed by kyehn
parent e9f18b5ec3
commit 7d96b8d32d
+3 -3
View File
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with lib; {
meta = {
description = "Automatic hinter for TrueType fonts";
mainProgram = "ttfautohint";
longDescription = ''
@@ -55,8 +55,8 @@ stdenv.mkDerivation rec {
information given by FreeTypes auto-hinting module.
'';
homepage = "https://www.freetype.org/ttfautohint";
license = licenses.gpl2Plus; # or the FreeType License (BSD + advertising clause)
license = lib.licenses.gpl2Plus; # or the FreeType License (BSD + advertising clause)
maintainers = [ ];
platforms = platforms.unix;
platforms = lib.platforms.unix;
};
}