Merge pull request #33424 from andir/bluez-5.48

Bluez fixed test scripts & bumped to  5.48
This commit is contained in:
Orivej Desh 2018-01-06 18:49:18 +00:00 committed by GitHub
commit 3e87443100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,15 +5,15 @@
assert stdenv.isLinux;
stdenv.mkDerivation rec {
name = "bluez-5.47";
name = "bluez-5.48";
src = fetchurl {
url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
sha256 = "1j22hfjz0fp4pgclgz9mfcwjbr4wqgah3gd2qhfg4r6msmybyxfg";
sha256 = "140fjyxa2q4y35d9n52vki649jzb094pf71hxkkvlrpgf8q75a5r";
};
pythonPath = with pythonPackages;
[ dbus pygobject2 pygobject3 recursivePthLoader ];
[ dbus-python pygobject2 pygobject3 recursivePthLoader ];
buildInputs = [
pkgconfig dbus glib alsaLib pythonPackages.python pythonPackages.wrapPython