made cbm buildInputs correct so that it cross compiles
This commit is contained in:
@@ -16,10 +16,13 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "sha256-Ubm8jky8nbJZWVSlqipg22ZjlnsgdVmoQWxYi9cyags=";
|
sha256 = "sha256-Ubm8jky8nbJZWVSlqipg22ZjlnsgdVmoQWxYi9cyags=";
|
||||||
};
|
};
|
||||||
|
|
||||||
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";
|
||||||
|
|||||||
Reference in New Issue
Block a user