guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] gnu: Add nmap.


From: Taylan Ulrich Bayırlı/Kammer
Subject: Re: [PATCH 2/2] gnu: Add nmap.
Date: Tue, 15 Mar 2016 09:47:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Leo Famulari <address@hidden> writes:

> On Tue, Mar 15, 2016 at 09:04:54AM +0100, Taylan Ulrich Bayırlı/Kammer wrote:
>> Leo Famulari <address@hidden> 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.

I like to just install nmap and use its ncat instead of having to
install a separate netcat package.  But I also figure nmap's ncat has
features which other netcat implementations might not have.  AFAIK other
netcat packages usually install the binary 'nc', which doesn't conflict
with nmap's ncat binary, so I'd just build it along.  It's what other
distros do as well I believe.  (At least Debian; I adopted the nmap,
ndiff, zenmap split from them.)

Taylan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]