qt-mobility: add license
This commit is contained in:
parent
b8fd2f234c
commit
e91b5eead6
@ -42,11 +42,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ qt4 libX11 bluez perl ];
|
buildInputs = [ qt4 libX11 bluez perl ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Qt Mobility";
|
description = "Qt Mobility";
|
||||||
homepage = http://qt.nokia.com/products/qt-addons/mobility;
|
homepage = http://qt.nokia.com/products/qt-addons/mobility;
|
||||||
maintainers = with stdenv.lib.maintainers; [qknight];
|
maintainers = [ maintainers.qknight ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = platforms.linux;
|
||||||
|
license = with licenses; [ bsd3 fdl13 gpl3 lgpl21 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user