upower: revert libusb1 version to 1.0.9

That workarounds the coldplug problem

$ sudo ./libexec/upowerd -v
TI:18:38:27     Starting upowerd version 0.9.19
...
TI:18:38:27     registering subsystem : usb
TI:18:38:27     failed to coldplug /sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb1
<upowerd EXITS>
This commit is contained in:
Sergey Mironov 2013-09-07 23:32:32 +04:00 committed by Vladimír Čunát
parent 7cc15281b6
commit 3a1626e1a1

View File

@ -6863,7 +6863,9 @@ let
untie = callPackage ../os-specific/linux/untie { };
upower = callPackage ../os-specific/linux/upower { };
upower = callPackage ../os-specific/linux/upower {
libusb1 = callPackage ../development/libraries/libusb1/1_0_9.nix {};
};
upstart = callPackage ../os-specific/linux/upstart { };