made cbm buildInputs correct so that it cross compiles

This commit is contained in:
Sebastian Moser
2024-05-31 19:31:14 +02:00
parent 66af2242d0
commit 36fcf7982e

View File

@@ -17,10 +17,13 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
ncurses
autoreconfHook autoreconfHook
]; ];
buildInputs = [
ncurses
];
meta = with lib; { meta = with lib; {
description = "A small pogram to display network traffic of interfaces in realtime"; description = "A small pogram to display network traffic of interfaces in realtime";
longDescription = '' longDescription = ''