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