obexd-0.40
svn path=/nixpkgs/trunk/; revision=27183
This commit is contained in:
parent
70658f688a
commit
24545fd218
@ -1,14 +1,16 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, dbus, openobex, bluez, libical }:
|
{ stdenv, fetchurl, pkgconfig, glib, dbus, openobex, bluez, libical }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "obexd-0.27";
|
name = "obexd-0.40";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/bluetooth/${name}.tar.gz";
|
url = "mirror://kernel/linux/bluetooth/${name}.tar.gz";
|
||||||
sha256 = "17vlrhn1wgsbdd7f0ggw5nvs657miilhi5jc05pfmi4h18b8710l";
|
sha256 = "0jz0ldg2wvdzzl639xzf76hqwj23svlg3zv1r8nc3hik3pgs6h2l";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig glib dbus.libs openobex bluez libical ];
|
buildInputs = [ glib dbus.libs openobex bluez libical ];
|
||||||
|
|
||||||
|
buildNativeInputs = [ pkgconfig ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.bluez.org/;
|
homepage = http://www.bluez.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user