* Added Blueman (a Bluetooth application).
* Added obex-data-server and python-notify, needed by Blueman. svn path=/nixpkgs/trunk/; revision=22497
This commit is contained in:
16
pkgs/tools/bluetooth/obex-data-server/default.nix
Normal file
16
pkgs/tools/bluetooth/obex-data-server/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ stdenv, fetchurl, pkgconfig, libusb, glib, dbus_glib, bluez, openobex }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "obex-data-server-0.4.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://tadas.dailyda.com/software/${name}.tar.gz";
|
||||
sha256 = "0qy7mrwr3xfplcxlrq97hiiyda7r9jn24015y9azahi7q5xjfhg7";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig libusb glib dbus_glib bluez openobex ];
|
||||
|
||||
meta = {
|
||||
homepage = http://wiki.muiline.com/obex-data-server;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user