Giving libusb1 to xbursttools. It wants it.

svn path=/nixpkgs/trunk/; revision=32959
This commit is contained in:
Lluís Batlle i Rossell 2012-03-09 17:23:32 +00:00
parent 6bb466ed9b
commit d6ae44060b

View file

@ -1580,7 +1580,8 @@ let
x11_ssh_askpass = callPackage ../tools/networking/x11-ssh-askpass { };
xbursttools = assert stdenv ? glibc; import ../tools/misc/xburst-tools {
inherit stdenv fetchgit autoconf automake libusb confuse pkgconfig;
inherit stdenv fetchgit autoconf automake confuse pkgconfig;
libusb = libusb1;
# It needs a cross compiler for mipsel to build the firmware it will
# load into the Ben Nanonote
gccCross =