httpstat: use python3

This commit is contained in:
Frederik Rietdijk 2021-03-26 09:19:22 +01:00
parent 28647e4ff2
commit fa9d5aa4aa

View file

@ -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 {