From 89a12cf6015bcea149abece15b49e155d0b674a1 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Thu, 21 Sep 2023 00:27:15 -0400 Subject: [PATCH] remove darkhttpd patches --- modules/cli/default.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/modules/cli/default.nix b/modules/cli/default.nix index 6e22307..bc34e06 100644 --- a/modules/cli/default.nix +++ b/modules/cli/default.nix @@ -6,6 +6,7 @@ ]; environment.systemPackages = with pkgs; [ + darkhttpd dnsutils du-dust entr @@ -69,18 +70,6 @@ print(str(int(ln.split(' ')[-1])/(1024*1024*1024))[:5],'GB') '') - (darkhttpd.overrideAttrs (old: { - patches = [ - (builtins.toFile "port.patch" '' - --- a/darkhttpd.c - +++ b/darkhttpd.c - @@ -291 +291 @@ static const char *bindaddr; - -static uint16_t bindport = 8080; /* or 80 if running as root */ - +static uint16_t bindport = 8000; /* or 80 if running as root */ - '') - ]; - })) - ]; environment.variables.HTOPRC = "/dev/null";