about summary refs log tree commit diff
path: root/pkgs/tools/bluetooth
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-11-14 23:26:22 +0100
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-11-15 00:13:52 +0100
commit89d0ad5c8507f47604b6d7189e65aff09ed85f6e (patch)
treeebf202426d06cb43f076bbbf7ca6ecb63ced8436 /pkgs/tools/bluetooth
parenta6b854c9a23b746f1ca5d3a81844a0ef3f60c315 (diff)
downloadnixlib-89d0ad5c8507f47604b6d7189e65aff09ed85f6e.tar
nixlib-89d0ad5c8507f47604b6d7189e65aff09ed85f6e.tar.gz
nixlib-89d0ad5c8507f47604b6d7189e65aff09ed85f6e.tar.bz2
nixlib-89d0ad5c8507f47604b6d7189e65aff09ed85f6e.tar.lz
nixlib-89d0ad5c8507f47604b6d7189e65aff09ed85f6e.tar.xz
nixlib-89d0ad5c8507f47604b6d7189e65aff09ed85f6e.tar.zst
nixlib-89d0ad5c8507f47604b6d7189e65aff09ed85f6e.zip
obex-data-server: add license
Diffstat (limited to 'pkgs/tools/bluetooth')
-rw-r--r--pkgs/tools/bluetooth/obex-data-server/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/bluetooth/obex-data-server/default.nix b/pkgs/tools/bluetooth/obex-data-server/default.nix
index 5c272e3dbafc..5c8f65ae5141 100644
--- a/pkgs/tools/bluetooth/obex-data-server/default.nix
+++ b/pkgs/tools/bluetooth/obex-data-server/default.nix
@@ -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;
   };
 }