aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/flent
diff options
context:
space:
mode:
authorManuel Mendez <mmendez534@gmail.com>2019-08-08 08:45:52 -0400
committerManuel Mendez <mmendez534@gmail.com>2019-08-08 08:45:52 -0400
commit1ba444e4007c3a14927919051d9bb9692bd23639 (patch)
tree9959cdf3140c6024be076e380027a494d0440cc1 /pkgs/applications/networking/flent
parent47b551c6a854a049045455f8ab1b8750e7b00625 (diff)
flent: run through nixfmt
Diffstat (limited to 'pkgs/applications/networking/flent')
-rw-r--r--pkgs/applications/networking/flent/default.nix11
1 files changed, 3 insertions, 8 deletions
diff --git a/pkgs/applications/networking/flent/default.nix b/pkgs/applications/networking/flent/default.nix
index bc0a519a0ee..00522d84569 100644
--- a/pkgs/applications/networking/flent/default.nix
+++ b/pkgs/applications/networking/flent/default.nix
@@ -1,6 +1,5 @@
{ stdenv, buildPythonApplication, fetchFromGitHub, matplotlib, procps, pyqt5
-, sphinx
-}:
+, sphinx }:
buildPythonApplication rec {
pname = "flent";
@@ -16,15 +15,11 @@ buildPythonApplication rec {
checkInputs = [ procps ];
- propagatedBuildInputs = [
- matplotlib
- procps
- pyqt5
- ];
+ propagatedBuildInputs = [ matplotlib procps pyqt5 ];
meta = with stdenv.lib; {
description = "The FLExible Network Tester";
- homepage = https://flent.org;
+ homepage = "https://flent.org";
license = licenses.gpl3;
maintainers = [ maintainers.mmlb ];