qt-mobility: add license

This commit is contained in:
Markus Kowalewski 2018-10-27 15:06:47 +02:00
parent b8fd2f234c
commit e91b5eead6
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -42,11 +42,12 @@ stdenv.mkDerivation rec {
buildInputs = [ qt4 libX11 bluez perl ];
meta = {
meta = with stdenv.lib; {
description = "Qt Mobility";
homepage = http://qt.nokia.com/products/qt-addons/mobility;
maintainers = with stdenv.lib.maintainers; [qknight];
platforms = with stdenv.lib.platforms; linux;
maintainers = [ maintainers.qknight ];
platforms = platforms.linux;
license = with licenses; [ bsd3 fdl13 gpl3 lgpl21 ];
};
}