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 {
|
xbursttools = assert stdenv ? glibc; callPackage ../tools/misc/xburst-tools rec {
|
||||||
# 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
|
||||||
crossPrefix = "mipsel-unknown-linux";
|
crossPrefix = "mips64el-unknown-linux-gnu";
|
||||||
gccCross =
|
gccCross =
|
||||||
let
|
let
|
||||||
pkgsCross = nixpkgsFun {
|
pkgsCross = nixpkgsFun {
|
||||||
|
Loading…
Reference in New Issue
Block a user