1 { lib, stdenv, fetchurl, pkg-config, glib, dbus, openobex, bluez, libical }:
3 stdenv.mkDerivation rec {
8 url = "mirror://kernel/linux/bluetooth/obexd-${version}.tar.bz2";
9 sha256 = "1i20dnibvnq9lnkkhajr5xx3kxlwf9q5c4jm19kyb0q1klzgzlb8";
12 buildInputs = [ glib dbus openobex bluez libical ];
14 nativeBuildInputs = [ pkg-config ];
17 homepage = "http://www.bluez.org/";
18 platforms = platforms.linux;
19 license = licenses.gpl3;