tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
httpstat: use python3
Frederik Rietdijk
4 years ago
fa9d5aa4
28647e4f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
httpstat
default.nix
+2
-2
pkgs/tools/networking/httpstat/default.nix
···
1
1
-
{ lib, fetchFromGitHub, curl, pythonPackages, glibcLocales }:
1
1
+
{ lib, fetchFromGitHub, curl, python3Packages, glibcLocales }:
2
2
3
3
-
pythonPackages.buildPythonApplication rec {
3
3
+
python3Packages.buildPythonApplication rec {
4
4
pname = "httpstat";
5
5
version = "1.3.1";
6
6
src = fetchFromGitHub {