freetype: add changelog to meta
This commit is contained in:
parent
96d0f76cd5
commit
9b6104889a
@ -101,6 +101,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
fonts.
|
||||
'';
|
||||
homepage = "https://www.freetype.org/";
|
||||
changelog = "https://gitlab.freedesktop.org/freetype/freetype/-/raw/VER-${builtins.replaceStrings ["."] ["-"] finalAttrs.version}/docs/CHANGES";
|
||||
license = licenses.gpl2Plus; # or the FreeType License (BSD + advertising clause)
|
||||
platforms = platforms.all;
|
||||
pkgConfigModules = [ "freetype2" ];
|
||||
|
Loading…
Reference in New Issue
Block a user