From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYu5T-0002g7-0P for guix-patches@gnu.org; Tue, 09 Jan 2018 08:37:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYu5O-0005R4-57 for guix-patches@gnu.org; Tue, 09 Jan 2018 08:37:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:33547) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eYu5O-0005Qq-1O for guix-patches@gnu.org; Tue, 09 Jan 2018 08:37:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eYu5N-0001JT-RX for guix-patches@gnu.org; Tue, 09 Jan 2018 08:37:01 -0500 Subject: [bug#30037] [PATCH] gnu: whois: Remove bundled mkpasswd. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180109010138.29740-1-me@tobias.gr> Date: Tue, 09 Jan 2018 14:36:41 +0100 In-Reply-To: <20180109010138.29740-1-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Tue, 9 Jan 2018 02:01:38 +0100") Message-ID: <877esrtaqe.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Tobias Geerinckx-Rice Cc: 30037@debbugs.gnu.org Tobias Geerinckx-Rice skribis: > * gnu/packages/networking.scm (whois)[source]: Remove mkpasswd sources in= a > snippet. > [native-inputs]: Add gettext. > [arguments]: Add =E2=80=98update-po=E2=80=99 phase. > [description]: Remove historical not about bundled mkpasswd. LGTM, thanks! Ludo'.