xbursttools: fix eval

This commit is contained in:
Orivej Desh 2017-11-13 01:29:51 +00:00
parent 6f13844bfd
commit e0b3c0b6fe

View file

@ -5154,7 +5154,7 @@ with pkgs;
xbursttools = assert stdenv ? glibc; callPackage ../tools/misc/xburst-tools rec {
# It needs a cross compiler for mipsel to build the firmware it will
# load into the Ben Nanonote
crossPrefix = "mipsel-unknown-linux";
crossPrefix = "mips64el-unknown-linux-gnu";
gccCross =
let
pkgsCross = nixpkgsFun {