diff mbox series

[bug#40601,02/28] guix-install.sh: Add xz to requirements.

Message ID 20200517171725.732-2-vincent.legoll@gmail.com
State Under Review
Delegated to: Christopher Baines
Headers show
Series guix-install.sh: port to other distros & init systems | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Vincent Legoll May 17, 2020, 5:16 p.m. UTC
* etc/guix-install.sh (REQUIRE): Add xz to requirements list.
---
 etc/guix-install.sh | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 ] '