diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 49fdf1e28cb..69e100e4773 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 =