openttd-ttf: remove 'with lib'
This commit is contained in:
committed by
Emery Hemingway
parent
6f399eb36d
commit
3bc15ac904
@@ -46,12 +46,12 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://github.com/zephyris/openttd-ttf";
|
||||
changelog = "https://github.com/zephyris/openttd-ttf/releases/tag/${finalAttrs.version}";
|
||||
description = "TrueType typefaces for text in a pixel art style, designed for use in OpenTTD";
|
||||
license = [ licenses.gpl2 ];
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.sfrijters ];
|
||||
license = [ lib.licenses.gpl2 ];
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = [ lib.maintainers.sfrijters ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user