* Fix an evaluation error in xburst-tools.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25311
This commit is contained in:
parent
8739052716
commit
5bb4096763
@ -1,5 +1,5 @@
|
|||||||
{stdenv, fetchgit, libusb, autoconf, automake, confuse
|
{ stdenv, fetchgit, libusb, autoconf, automake, confuse
|
||||||
, gccCross ? null}:
|
, gccCross ? null }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2010-07-29";
|
version = "2010-07-29";
|
||||||
|
@ -1384,7 +1384,7 @@ let
|
|||||||
|
|
||||||
x11_ssh_askpass = callPackage ../tools/networking/x11-ssh-askpass { };
|
x11_ssh_askpass = callPackage ../tools/networking/x11-ssh-askpass { };
|
||||||
|
|
||||||
xbursttools = 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;
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user