mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
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 { };
|
||||
|
||||
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user