obex-data-server: add license
This commit is contained in:
parent
a6b854c9a2
commit
89d0ad5c85
1 changed files with 3 additions and 2 deletions
|
@ -18,8 +18,9 @@ stdenv.mkDerivation rec {
|
|||
export PKG_CONFIG_PATH="${dbus.dev}/lib/pkgconfig:$PKG_CONFIG_PATH"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://wiki.muiline.com/obex-data-server;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue