Ouch, fixing my previous commit on xburst-tools.
svn path=/nixpkgs/trunk/; revision=32859
This commit is contained in:
parent
906f400681
commit
5335c6d816
1 changed files with 1 additions and 1 deletions
|
@ -1580,7 +1580,7 @@ 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;
|
inherit stdenv fetchgit autoconf automake libusb confuse pkgconfig;
|
||||||
# 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…
Reference in a new issue