forked from mirrors/nixpkgs
httpstat: use python3
This commit is contained in:
parent
28647e4ff2
commit
fa9d5aa4aa
|
@ -1,6 +1,6 @@
|
|||
{ lib, fetchFromGitHub, curl, pythonPackages, glibcLocales }:
|
||||
{ lib, fetchFromGitHub, curl, python3Packages, glibcLocales }:
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "httpstat";
|
||||
version = "1.3.1";
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue