From d77e00f5003aee22e2891541e0d770eac1b82720 Mon Sep 17 00:00:00 2001 From: Yureka Date: Sun, 18 Sep 2022 14:49:33 +0200 Subject: [PATCH] pkgsCross.armv7l-hf-multiplatform.ubootClearfog: fix build Adds ncurses to nativeBuildInputs as well to fix cross-compilation --- pkgs/misc/uboot/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix index 579ef6a30dd5..8f16f943d740 100644 --- a/pkgs/misc/uboot/default.nix +++ b/pkgs/misc/uboot/default.nix @@ -60,6 +60,7 @@ let ''; nativeBuildInputs = [ + ncurses # tools/kwboot bc bison dtc