mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
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 ];
|
||||
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user