bluez5: remove unneeded libusb dependency
bluez >= 5.9 does not depend on libusb[1]. [1] http://www.bluez.org/release-of-bluez-5-9/
This commit is contained in:
parent
b8cadc493e
commit
5e50b35a26
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, dbus, glib, libusb, alsaLib, python,
|
{ stdenv, fetchurl, pkgconfig, dbus, glib, alsaLib, python,
|
||||||
pythonPackages, pythonDBus, readline, libsndfile, udev, libical,
|
pythonPackages, pythonDBus, readline, libsndfile, udev, libical,
|
||||||
systemd }:
|
systemd }:
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
[ pythonDBus pygobject pygobject3 recursivePthLoader ];
|
[ pythonDBus pygobject pygobject3 recursivePthLoader ];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ pkgconfig dbus.libs glib libusb alsaLib python pythonPackages.wrapPython
|
[ pkgconfig dbus.libs glib alsaLib python pythonPackages.wrapPython
|
||||||
readline libsndfile udev libical
|
readline libsndfile udev libical
|
||||||
# Disables GStreamer; not clear what it gains us other than a
|
# Disables GStreamer; not clear what it gains us other than a
|
||||||
# zillion extra dependencies.
|
# zillion extra dependencies.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user