libdbusmenu-qt: add license

This commit is contained in:
Markus Kowalewski 2018-10-17 20:08:55 +02:00
parent 8ddce99ab9
commit a36e9b2047
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Provides a Qt implementation of the DBusMenu spec";
inherit homepage;
maintainers = [ ];
inherit (qt4.meta) platforms;
license = licenses.gpl2;
};
}

View File

@ -19,5 +19,6 @@ stdenv.mkDerivation {
description = "Provides a Qt implementation of the DBusMenu spec";
maintainers = [ maintainers.ttuegel ];
inherit (qtbase.meta) platforms;
license = licenses.gpl2;
};
}