From 7d558b2cdfe43f7bb90ee2f47890149181395d6f Mon Sep 17 00:00:00 2001 From: ahiaao <49971061+ahiaao@users.noreply.github.com> Date: Sun, 28 Apr 2019 15:52:48 +0000 Subject: flent: add procps dep so checkPhase can succeed Added missing dependency needed for testing flent (#60360) --- pkgs/applications/networking/flent/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/flent/default.nix b/pkgs/applications/networking/flent/default.nix index 2f97b39da60f..bc0a519a0eee 100644 --- a/pkgs/applications/networking/flent/default.nix +++ b/pkgs/applications/networking/flent/default.nix @@ -14,6 +14,8 @@ buildPythonApplication rec { buildInputs = [ sphinx ]; + checkInputs = [ procps ]; + propagatedBuildInputs = [ matplotlib procps -- cgit 1.4.1