From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] gnu: Add nethogs. Date: Sun, 30 Oct 2016 16:40:24 +0300 Message-ID: <87funelzuf.fsf@gmail.com> References: <20161030071645.5634-1-arunisaac@systemreboot.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0qLg-0004WU-FM for guix-devel@gnu.org; Sun, 30 Oct 2016 09:40:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0qLb-0003qn-Iz for guix-devel@gnu.org; Sun, 30 Oct 2016 09:40:32 -0400 Received: from mail-lf0-x243.google.com ([2a00:1450:4010:c07::243]:34974) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c0qLb-0003ot-Bj for guix-devel@gnu.org; Sun, 30 Oct 2016 09:40:27 -0400 Received: by mail-lf0-x243.google.com with SMTP id p100so1293749lfg.2 for ; Sun, 30 Oct 2016 06:40:27 -0700 (PDT) In-Reply-To: (Arun Isaac's message of "Sun, 30 Oct 2016 12:56:47 +0530") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Arun Isaac Cc: guix-devel@gnu.org 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, the nethogs binary goes to /sbin. Should I make it go to > /bin? I'll have to run substitute* on src/MakeApp.mk for that. I would leave it in /sbin. It's not a problem, and there are other packages that put binaries there, so I think we shouldn't modify an upstream choice for this. -- Alex