coreboot: use python3

master
Adam Joseph 2 years ago
parent 2bf7048655
commit d90863f36b

@ -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;

Loading…
Cancel
Save