flent: add procps dep so checkPhase can succeed
Added missing dependency needed for testing flent (#60360)
This commit is contained in:
@@ -14,6 +14,8 @@ buildPythonApplication rec {
|
||||
|
||||
buildInputs = [ sphinx ];
|
||||
|
||||
checkInputs = [ procps ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
matplotlib
|
||||
procps
|
||||
|
||||
Reference in New Issue
Block a user