Giving libusb1 to xbursttools. It wants it.
svn path=/nixpkgs/trunk/; revision=32959
This commit is contained in:
parent
6bb466ed9b
commit
d6ae44060b
@ -1580,7 +1580,8 @@ let
|
|||||||
x11_ssh_askpass = callPackage ../tools/networking/x11-ssh-askpass { };
|
x11_ssh_askpass = callPackage ../tools/networking/x11-ssh-askpass { };
|
||||||
|
|
||||||
xbursttools = assert stdenv ? glibc; import ../tools/misc/xburst-tools {
|
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
|
# It needs a cross compiler for mipsel to build the firmware it will
|
||||||
# load into the Ben Nanonote
|
# load into the Ben Nanonote
|
||||||
gccCross =
|
gccCross =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user