made cbm buildInputs correct so that it cross compiles
This commit is contained in:
@@ -17,10 +17,13 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
ncurses
|
||||
autoreconfHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
ncurses
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A small pogram to display network traffic of interfaces in realtime";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user