Re: [PATCH] gnu: Add nethogs.

2016-10-30 Thread Arun Isaac
> Okay, pushed! Thanks! signature.asc Description: PGP signature

Re: [PATCH] gnu: Add nethogs.

2016-10-30 Thread Leo Famulari
On Sun, Oct 30, 2016 at 11:16:55PM +0530, Arun Isaac wrote: > > > We typically package what the upstream maintainers offer, and only make > > changes in order to fix bugs or to adapt the software to the functional > > packaging paradigm. In this case, I don't see a reason to change the > > directo

Re: [PATCH] gnu: Add nethogs.

2016-10-30 Thread Arun Isaac
> We typically package what the upstream maintainers offer, and only make > changes in order to fix bugs or to adapt the software to the functional > packaging paradigm. In this case, I don't see a reason to change the > directory the software is installed to. Is there a reason to change it? /sbi

Re: [PATCH] gnu: Add nethogs.

2016-10-30 Thread Leo Famulari
On Sun, Oct 30, 2016 at 10:34:54PM +0530, Arun Isaac wrote: > > > +(arguments > > + `(#:make-flags `("CC=gcc" > > + ,(string-append "PREFIX=" %output)) > > + #:phases > > + (modify-phases %standard-phases > > + (delete 'configure > > I haven't

Re: [PATCH] gnu: Add nethogs.

2016-10-30 Thread Arun Isaac
> +(arguments > + `(#:make-flags `("CC=gcc" > + ,(string-append "PREFIX=" %output)) > + #:phases > + (modify-phases %standard-phases > + (delete 'configure I haven't moved the binary to /bin yet. If we can come to some consensus on that, I'll m

[PATCH] gnu: Add nethogs.

2016-10-30 Thread Arun Isaac
* gnu/packages/networking.scm (nethogs): New variable. --- gnu/packages/networking.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index ac88673..d0e0a79 100644 --- a/gnu/packages/networking.scm

Re: [PATCH] gnu: Add nethogs.

2016-10-30 Thread Alex Kost
Arun Isaac (2016-10-30 12:56 +0530) wrote: > Arun Isaac writes: > >> +(arguments >> + `(#:make-flags `("CC=gcc" >> + ,(string-append "PREFIX=" %output)) >> + #:phases >> + (modify-phases %standard-phases >> + (delete 'configure > > Currently, th

Re: [PATCH] gnu: Add nethogs.

2016-10-30 Thread Marius Bakke
Arun Isaac writes: > Arun Isaac writes: > >> +(arguments >> + `(#:make-flags `("CC=gcc" >> + ,(string-append "PREFIX=" %output)) >> + #:phases >> + (modify-phases %standard-phases >> + (delete 'configure > > Currently, the nethogs binary goes t

Re: [PATCH] gnu: Add nethogs.

2016-10-30 Thread Arun Isaac
Arun Isaac writes: > +(arguments > + `(#:make-flags `("CC=gcc" > + ,(string-append "PREFIX=" %output)) > + #:phases > + (modify-phases %standard-phases > + (delete 'configure Currently, the nethogs binary goes to /sbin. Should I make it go to

[PATCH] gnu: Add nethogs.

2016-10-30 Thread Arun Isaac
* gnu/packages/networking.scm (nethogs): New variable. --- gnu/packages/networking.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index ac88673..89641fa 100644 --- a/gnu/packages/networking.scm