1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

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:
Bjørn Forsman 2014-04-13 22:36:31 +02:00
parent b8cadc493e
commit 5e50b35a26

View file

@ -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,
systemd }:
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
[ pythonDBus pygobject pygobject3 recursivePthLoader ];
buildInputs =
[ pkgconfig dbus.libs glib libusb alsaLib python pythonPackages.wrapPython
[ pkgconfig dbus.libs glib alsaLib python pythonPackages.wrapPython
readline libsndfile udev libical
# Disables GStreamer; not clear what it gains us other than a
# zillion extra dependencies.