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";
|
||||
|
||||
Reference in New Issue
Block a user