coreboot: seabios needs python
This commit is contained in:
parent
30aeb69137
commit
e6d8ed7957
@ -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 .";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user