* Fix an evaluation error in xburst-tools.

svn path=/nixpkgs/branches/stdenv-updates/; revision=25311

+3 -3
+2 -2
pkgs/tools/misc/xburst-tools/default.nix
··· 1 - {stdenv, fetchgit, libusb, autoconf, automake, confuse 2 - , gccCross ? null}: 1 + { stdenv, fetchgit, libusb, autoconf, automake, confuse 2 + , gccCross ? null }: 3 3 4 4 let 5 5 version = "2010-07-29";
+1 -1
pkgs/top-level/all-packages.nix
··· 1384 1384 1385 1385 x11_ssh_askpass = callPackage ../tools/networking/x11-ssh-askpass { }; 1386 1386 1387 - xbursttools = import ../tools/misc/xburst-tools { 1387 + xbursttools = assert stdenv ? glibc; import ../tools/misc/xburst-tools { 1388 1388 inherit stdenv fetchgit autoconf automake libusb confuse; 1389 1389 # It needs a cross compiler for mipsel to build the firmware it will 1390 1390 # load into the Ben Nanonote