From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: whois: Move mkpasswd to its own output. Date: Mon, 09 Jan 2017 15:29:13 +0100 Message-ID: <87eg0cnw7a.fsf@gnu.org> References: <20170104180705.5733-1-ng0@libertad.pw> <20170104180705.5733-2-ng0@libertad.pw> <87k2a4poef.fsf@gnu.org> <87o9zg7cjb.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQaws-0006ZV-4F for guix-devel@gnu.org; Mon, 09 Jan 2017 09:29:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQawn-0001e6-8C for guix-devel@gnu.org; Mon, 09 Jan 2017 09:29:22 -0500 In-Reply-To: <87o9zg7cjb.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> (ng0@libertad.pw's message of "Mon, 09 Jan 2017 10:28:24 +0000") 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: ng0 Cc: guix-devel@gnu.org Hey, ng0 skribis: > Mkpasswd has nothing to do with whois, and upstream says so. I > think we should be able to install whois and just have whois, not > some random "historical bundled" binary in addition to whois. > I'm just stating the sizes as in comparison to the other outputs > they sometimes matter even if its just KiB. > > Like I've written in the opening email, another approach could be > to simply delete mkpasswd from the output build and create an > 'mkpasswd' package (inheriting from whois) which does the same > for whois. I might be overlooking something, but my gut reaction is that (1) it=E2=80= =99s not =E2=80=9Cbundling=E2=80=9D in that we don=E2=80=99t have any other pack= age providing mkpasswd, and (2) it=E2=80=99s up to upstream to decide whether or not to distribute mkpasswd. WDYT? Ludo=E2=80=99.