···46 runHook postInstall
47 '';
4849- meta = with lib; {
50 homepage = "https://github.com/zephyris/openttd-ttf";
51 changelog = "https://github.com/zephyris/openttd-ttf/releases/tag/${finalAttrs.version}";
52 description = "TrueType typefaces for text in a pixel art style, designed for use in OpenTTD";
53- license = [ licenses.gpl2 ];
54- platforms = platforms.all;
55- maintainers = [ maintainers.sfrijters ];
56 };
57})
···46 runHook postInstall
47 '';
4849+ meta = {
50 homepage = "https://github.com/zephyris/openttd-ttf";
51 changelog = "https://github.com/zephyris/openttd-ttf/releases/tag/${finalAttrs.version}";
52 description = "TrueType typefaces for text in a pixel art style, designed for use in OpenTTD";
53+ license = [ lib.licenses.gpl2 ];
54+ platforms = lib.platforms.all;
55+ maintainers = [ lib.maintainers.sfrijters ];
56 };
57})