coreboot: seabios needs python

This commit is contained in:
Michele Guerini Rocco 2021-01-09 15:12:19 +01:00
parent 30aeb69137
commit e6d8ed7957
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -112,7 +112,8 @@ in rec {
pname = "coreboot"; pname = "coreboot";
inherit src version; inherit src version;
nativeBuildInputs = [ faketime fakegit ] nativeBuildInputs = [ faketime fakegit ]
++ lib.optional (conf ? "use-me-cleaner") python3; ++ lib.optional ( conf ? "use-me-cleaner"
|| conf ? "seabios") python3;
postPatch = "patchShebangs ."; postPatch = "patchShebangs .";