diff --git a/mods/cbm.nix b/mods/cbm.nix index b1e2e75..c861174 100644 --- a/mods/cbm.nix +++ b/mods/cbm.nix @@ -16,10 +16,13 @@ stdenv.mkDerivation rec { sha256 = "sha256-Ubm8jky8nbJZWVSlqipg22ZjlnsgdVmoQWxYi9cyags="; }; - nativeBuildInputs = [ - ncurses + nativeBuildInputs = [ autoreconfHook - ]; + ]; + + buildInputs = [ + ncurses + ]; meta = with lib; { description = "A small pogram to display network traffic of interfaces in realtime";