mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
* 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
|
||||
, gccCross ? null}:
|
||||
{ stdenv, fetchgit, libusb, autoconf, automake, confuse
|
||||
, gccCross ? null }:
|
||||
|
||||
let
|
||||
version = "2010-07-29";
|
||||
|
@ -1384,7 +1384,7 @@ let
|
||||
|
||||
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;
|
||||
# It needs a cross compiler for mipsel to build the firmware it will
|
||||
# load into the Ben Nanonote
|
||||
|
Loading…
Reference in New Issue
Block a user