fontconfig-ultimate: add meta data
This commit is contained in:
parent
5e42a081a3
commit
456a1346a8
@ -38,4 +38,11 @@ stdenv.mkDerivation {
|
|||||||
cp fontconfig_patches/free/*.conf $out/etc/fonts/presets/free
|
cp fontconfig_patches/free/*.conf $out/etc/fonts/presets/free
|
||||||
cp fontconfig_patches/ms/*.conf $out/etc/fonts/presets/ms
|
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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user