From e6d8ed79579250a07b75b595df6d226a38560e01 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sat, 9 Jan 2021 15:12:19 +0100 Subject: [PATCH] coreboot: seabios needs python --- coreboot.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coreboot.nix b/coreboot.nix index 67f4513..827e4df 100644 --- a/coreboot.nix +++ b/coreboot.nix @@ -112,7 +112,8 @@ in rec { pname = "coreboot"; inherit src version; nativeBuildInputs = [ faketime fakegit ] - ++ lib.optional (conf ? "use-me-cleaner") python3; + ++ lib.optional ( conf ? "use-me-cleaner" + || conf ? "seabios") python3; postPatch = "patchShebangs .";