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";

View File

@@ -5,8 +5,8 @@
"fetcher": "github",
"owner": "raspberrypi",
"repo": "utils",
"rev": "60ea0df9b7a43b4198c0def6355b600eb2cfbfb1",
"hash": "sha256-6librul3fq+QASZPGB3uGFMNEM1jn5IQN+yqLieBMJA="
"rev": "0504cf3ba3eb31fd00ae8df4358b48d700ffcd16",
"hash": "sha256-sPt/i2+IAs+a2nkIcbNAUrBMpJuRoBD9kU86RfIarxQ="
}
}
}