mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
flent: add procps dep so checkPhase can succeed
Added missing dependency needed for testing flent (#60360)
This commit is contained in:
parent
2406c06ae0
commit
7d558b2cdf
@ -14,6 +14,8 @@ buildPythonApplication rec {
|
||||
|
||||
buildInputs = [ sphinx ];
|
||||
|
||||
checkInputs = [ procps ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
matplotlib
|
||||
procps
|
||||
|
Loading…
Reference in New Issue
Block a user