mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
flent: enable man by default
This commit is contained in:
parent
4b649a99d8
commit
e96ce01e76
@ -1,4 +1,6 @@
|
|||||||
{ stdenv, buildPythonApplication, fetchFromGitHub, matplotlib, netperf, procps, pyqt5 }:
|
{ stdenv, buildPythonApplication, fetchFromGitHub, matplotlib, procps, pyqt5
|
||||||
|
, sphinx
|
||||||
|
}:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "flent";
|
pname = "flent";
|
||||||
@ -10,7 +12,8 @@ buildPythonApplication rec {
|
|||||||
sha256 = "1llcdakk0nk9xlpjjz7mv4a80yq4sjnbqhaqvyj9m6lbcxgssh2r";
|
sha256 = "1llcdakk0nk9xlpjjz7mv4a80yq4sjnbqhaqvyj9m6lbcxgssh2r";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ netperf ];
|
buildInputs = [ sphinx ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
matplotlib
|
matplotlib
|
||||||
procps
|
procps
|
||||||
|
Loading…
Reference in New Issue
Block a user