From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Re: [PATCH] gnu: Add nethogs. Date: Sun, 30 Oct 2016 12:56:47 +0530 Message-ID: References: <20161030071645.5634-1-arunisaac@systemreboot.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0kW9-0004mh-Bq for guix-devel@gnu.org; Sun, 30 Oct 2016 03:26:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0kW6-0000UV-5x for guix-devel@gnu.org; Sun, 30 Oct 2016 03:26:57 -0400 Received: from [117.218.232.8] (port=35688 helo=systemreboot.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c0kW5-0000U9-Lp for guix-devel@gnu.org; Sun, 30 Oct 2016 03:26:54 -0400 Received: from [45.125.41.169] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1c0kW1-0004Xn-PO for guix-devel@gnu.org; Sun, 30 Oct 2016 12:56:49 +0530 In-reply-to: <20161030071645.5634-1-arunisaac@systemreboot.net> 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: guix-devel@gnu.org --=-=-= Content-Type: text/plain 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. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJYFaC4AAoJEC4l7othgCuzTBgIAMNsnlm4jpNYuppwKgD4zHSQ INWS+ygY9KmRtcPWMlStlr0C3bkBtNAnnY2VhLZQ0jGm6N5y04+8SZWB8gFP4rju MZlT/kP0cE8ur4X6bqhDDCcfFFOTN5X3vavF/N9CM+PxeFEpBOlymb+Fnkc+UKnz CezhF/DNXWLYPBnA3t1L51jbyb62s7VKh+XSCFx64Up6ioKnF55BfopdE0CZAj5l 0lERa9v6ZjO3+B9rm9+dRlKHW6X0L9Trjw3OQ4o6nDD27oSXbzAoZ1ck36krVjYq o1Q92IoGpECTVkDN0p7OQ2vr3kBddsBWprLy+sKAPEIosDmJggsGAZ45nwXtXr0= =8jFK -----END PGP SIGNATURE----- --=-=-=--