This commit is contained in:
2026-03-30 11:56:27 -05:00
parent 62736ed77c
commit 6d6618a683
9 changed files with 28 additions and 14 deletions

View File

@@ -5,6 +5,7 @@
stdenv,
cmake,
dtc,
ncurses,
namespace,
pkgs,
}:
@@ -26,7 +27,10 @@ stdenv.mkDerivation (_finalAttrs: {
dtc # dtmerge depends on libfdt
];
nativeBuildInputs = [ cmake ];
nativeBuildInputs = [
cmake
ncurses
];
meta = with lib; {
description = "A collection of scripts and simple applications for Raspberry Pi hardware";