flent: run through nixfmt

This commit is contained in:
Manuel Mendez 2019-08-08 08:45:52 -04:00
parent 47b551c6a8
commit 1ba444e400

View File

@ -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 ];