coreboot: use python3

master
Adam Joseph 2 years ago
parent 2bf7048655
commit d90863f36b

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

Loading…
Cancel
Save