forked from mirrors/nixpkgs
pythonPackages.lightblue: init at 0.4
This commit is contained in:
parent
14736fcf4c
commit
52592e1132
|
@ -7117,6 +7117,29 @@ in modules // {
|
|||
};
|
||||
};
|
||||
|
||||
lightblue = buildPythonPackage rec {
|
||||
pname = "lightblue";
|
||||
version = "0.4";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://sourceforge/${pname}/${name}.tar.gz";
|
||||
sha256 = "016h1mlhpqxjj25lcvl4fqc19k8ifmsv6df7rhr12fyfcrp5i14d";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgs.bluez pkgs.openobex ];
|
||||
|
||||
|
||||
meta = {
|
||||
homepage = http://lightblue.sourceforge.net;
|
||||
description = "Cross-platform Bluetooth API for Python";
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
license = licenses.gpl3;
|
||||
platform = platforms.all;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
lightning = buildPythonPackage rec {
|
||||
version = "1.2.1";
|
||||
name = "lightning-python-${version}";
|
||||
|
|
Loading…
Reference in a new issue