rpi
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user