Hi Marius! > Stefan Reichör writes: > >> From 06958884c4a29f43b9ade58a950b95bf9046d9f4 Mon Sep 17 00:00:00 2001 >> From: Stefan Reichoer >> Date: Fri, 23 Dec 2016 22:06:15 +0100 >> Subject: [PATCH] gnu: Add httpstat. >> >> * gnu/packages/networking.scm (httpstat): New variable. >> --- >> gnu/packages/networking.scm | 21 ++++++++++++++++++++- >> 1 file changed, 20 insertions(+), 1 deletion(-) > > Thanks for this patch! Since it has a hard dependency on curl to > function, I think we should patch it with curl as input so that the user > don't have to install curl separately. Can you try that? > > Typically this involves adding a substitution to the code that invokes > `curl` and replacing it with '(string-append (assoc-ref inputs "curl") > "/bin/curl")'. > > TIA! > Good idea - thanks for your feedback! Here is my attempt to use the guix provided curl package: