httpstat: Format with nixfmt
This commit is contained in:
parent
e0aa9513d4
commit
a5209ce244
@ -1,24 +1,24 @@
|
|||||||
{ stdenv, fetchFromGitHub, curl, pythonPackages, glibcLocales }:
|
{ stdenv, fetchFromGitHub, curl, pythonPackages, glibcLocales }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
pname = "httpstat";
|
pname = "httpstat";
|
||||||
version = "1.2.1";
|
version = "1.2.1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "reorx";
|
owner = "reorx";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1vriibcsq4j1hvm5yigbbmmv21dc40y5c9gvd31dg9qkaz26hml6";
|
sha256 = "1vriibcsq4j1hvm5yigbbmmv21dc40y5c9gvd31dg9qkaz26hml6";
|
||||||
};
|
};
|
||||||
doCheck = false; # No tests
|
doCheck = false; # No tests
|
||||||
buildInputs = [ glibcLocales ];
|
buildInputs = [ glibcLocales ];
|
||||||
runtimeDeps = [ curl ];
|
runtimeDeps = [ curl ];
|
||||||
|
|
||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "curl statistics made simple";
|
description = "curl statistics made simple";
|
||||||
homepage = "https://github.com/reorx/httpstat";
|
homepage = "https://github.com/reorx/httpstat";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = with stdenv.lib.maintainers; [ nequissimus ];
|
maintainers = with stdenv.lib.maintainers; [ nequissimus ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user