From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59050) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jO1cx-0004kz-N3 for guix-patches@gnu.org; Mon, 13 Apr 2020 12:08:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jO1cw-0004sK-Rm for guix-patches@gnu.org; Mon, 13 Apr 2020 12:08:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49013) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jO1cw-0004sE-Ov for guix-patches@gnu.org; Mon, 13 Apr 2020 12:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jO1cw-0006uo-KY for guix-patches@gnu.org; Mon, 13 Apr 2020 12:08:02 -0400 Subject: [bug#40601] [PATCH 2/5] guix-install.sh: Add xz to requirements. Resent-Message-ID: From: Vincent Legoll Date: Mon, 13 Apr 2020 18:07:37 +0200 Message-Id: <20200413160740.19584-2-vincent.legoll@gmail.com> In-Reply-To: <20200413160740.19584-1-vincent.legoll@gmail.com> References: <20200413160740.19584-1-vincent.legoll@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 40601@debbugs.gnu.org Cc: Vincent Legoll * etc/guix-install.sh (REQUIRE): Add xz to requirements list. --- etc/guix-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/guix-install.sh b/etc/guix-install.sh index 4909d3f162..dbc038a0ab 100755 --- a/etc/guix-install.sh +++ b/etc/guix-install.sh @@ -48,6 +48,7 @@ REQUIRE=( "groupadd" "tail" "tr" + "xz" ) PAS=$'[ \033[32;1mPASS\033[0m ] ' -- 2.26.0