remove darkhttpd patches

This commit is contained in:
Sean Buckley 2023-09-21 00:27:15 -04:00
parent 4a60b575d8
commit 89a12cf601

View file

@ -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";