xbursttools: fix eval
This commit is contained in:
parent
6f13844bfd
commit
e0b3c0b6fe
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user