fontconfig-ultimate: add meta data

This commit is contained in:
Markus Kowalewski 2018-08-20 00:16:08 +02:00
parent 5e42a081a3
commit 456a1346a8
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -38,4 +38,11 @@ stdenv.mkDerivation {
cp fontconfig_patches/free/*.conf $out/etc/fonts/presets/free
cp fontconfig_patches/ms/*.conf $out/etc/fonts/presets/ms
'';
meta = with stdenv.lib; {
description = "Font configuration files, patches, scripts and source packages (Infinality & friends)";
homepage = https://github.com/bohoomil/fontconfig-ultimate;
license = licenses.mit;
platforms = platforms.all;
};
}