gettext: add license
This commit is contained in:
parent
a0f6e0552d
commit
dbc97ef68c
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "Well integrated set of translation tools and documentation";
|
description = "Well integrated set of translation tools and documentation";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -76,8 +76,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
homepage = http://www.gnu.org/software/gettext/;
|
homepage = http://www.gnu.org/software/gettext/;
|
||||||
|
|
||||||
maintainers = with lib.maintainers; [ zimbatm vrthra ];
|
maintainers = with maintainers; [ zimbatm vrthra ];
|
||||||
platforms = lib.platforms.all;
|
license = licenses.gpl2Plus;
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user