flent: enable man by default

This commit is contained in:
Matthieu Coudron 2018-06-07 13:44:51 +09:00
parent 4b649a99d8
commit e96ce01e76

View File

@ -1,4 +1,6 @@
{ stdenv, buildPythonApplication, fetchFromGitHub, matplotlib, netperf, procps, pyqt5 }:
{ stdenv, buildPythonApplication, fetchFromGitHub, matplotlib, procps, pyqt5
, sphinx
}:
buildPythonApplication rec {
pname = "flent";
@ -10,7 +12,8 @@ buildPythonApplication rec {
sha256 = "1llcdakk0nk9xlpjjz7mv4a80yq4sjnbqhaqvyj9m6lbcxgssh2r";
};
buildInputs = [ netperf ];
buildInputs = [ sphinx ];
propagatedBuildInputs = [
matplotlib
procps