gettext: add license

This commit is contained in:
Markus Kowalewski 2018-08-20 19:50:39 +02:00
parent a0f6e0552d
commit dbc97ef68c
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
meta = with lib; {
description = "Well integrated set of translation tools and documentation";
longDescription = ''
@ -76,8 +76,9 @@ stdenv.mkDerivation rec {
homepage = http://www.gnu.org/software/gettext/;
maintainers = with lib.maintainers; [ zimbatm vrthra ];
platforms = lib.platforms.all;
maintainers = with maintainers; [ zimbatm vrthra ];
license = licenses.gpl2Plus;
platforms = platforms.all;
};
}