On Tue, Mar 15, 2016 at 09:04:54AM +0100, Taylan Ulrich Bayırlı/Kammer wrote: > Leo Famulari <l...@famulari.name> writes: > > + `(#:configure-flags > > + (list (string-append "--prefix=" (assoc-ref %outputs "out")) > > + "--without-ncat" > > + "--without-nmap-update" > > + "--without-zenmap"))) > > I think ncat is useful. Does it lead to problems to enable it?
No, I just figured that the netcat package was sufficient. I'll build ncat in a subsequent version of this patch if desired. > > My approach was to install nmap, nse, ncat, and nping to the "out" > output, and ndiff and zenmap to their own output. I attached my > half-working patch below. (I wish I had contributed this with some > parts commented out; at least the nmap/ncat part works fine I believe.) Thanks, I'll incorporate your patch.