mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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.mkDerivation rec {
|
||||
name = "obexd-0.27";
|
||||
name = "obexd-0.40";
|
||||
|
||||
src = fetchurl {
|
||||
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 = {
|
||||
homepage = http://www.bluez.org/;
|
||||
|
Loading…
Reference in New Issue
Block a user