|
|
@ -10,7 +10,7 @@
|
|
|
|
}:
|
|
|
|
}:
|
|
|
|
let
|
|
|
|
let
|
|
|
|
version = "4.9";
|
|
|
|
version = "4.9";
|
|
|
|
inherit (nixpkgsOnBuildForBuild) stdenv lib git python2 ncurses fetchgit;
|
|
|
|
inherit (nixpkgsOnBuildForBuild) stdenv lib git python3 ncurses fetchgit;
|
|
|
|
src = fetchgit {
|
|
|
|
src = fetchgit {
|
|
|
|
url = "https://review.coreboot.org/coreboot";
|
|
|
|
url = "https://review.coreboot.org/coreboot";
|
|
|
|
branchName = "${version}";
|
|
|
|
branchName = "${version}";
|
|
|
@ -71,7 +71,7 @@ stdenv.mkDerivation {
|
|
|
|
|
|
|
|
|
|
|
|
nativeBuildInputs = [
|
|
|
|
nativeBuildInputs = [
|
|
|
|
git
|
|
|
|
git
|
|
|
|
python2
|
|
|
|
python3
|
|
|
|
ncurses
|
|
|
|
ncurses
|
|
|
|
] ++ coreboot-toolchain;
|
|
|
|
] ++ coreboot-toolchain;
|
|
|
|
|
|
|
|
|
|
|
|