* Updated bluez and obexd.

svn path=/nixpkgs/trunk/; revision=22211
This commit is contained in:
Eelco Dolstra
2010-06-10 12:47:58 +00:00
parent 4f6613b267
commit 8b18623656
3 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, pkgconfig, glib, dbus, openobex, bluez }:
{ stdenv, fetchurl, pkgconfig, glib, dbus, openobex, bluez, libical }:
stdenv.mkDerivation rec {
name = "obexd-0.18";
name = "obexd-0.27";
src = fetchurl {
url = "mirror://kernel/linux/bluetooth/${name}.tar.gz";
sha256 = "0a3jpkgg8skiqmy2ksfffmwysji4dnd4h9fc46nj0wcn8n9vvfkd";
sha256 = "17vlrhn1wgsbdd7f0ggw5nvs657miilhi5jc05pfmi4h18b8710l";
};
buildInputs = [ pkgconfig glib dbus.libs openobex bluez ];
buildInputs = [ pkgconfig glib dbus.libs openobex bluez libical ];
meta = {
homepage = http://www.bluez.org/;