From f0d338274b84ec5f0d6c0f7ca334baff629ef95f Mon Sep 17 00:00:00 2001
From: Ariadne Conill <ariadne@dereferenced.org>
Date: Sat, 31 Oct 2020 15:25:53 +0000
Subject: [PATCH] bootstrap: add community/rust to package list

---
 scripts/bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 05d43f9f978c..06dff354199a 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -104,7 +104,7 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \
 	   pax-utils lzip abuild ncurses libedit openssh \
 	   libcap-ng util-linux libaio lvm2 popt xz \
 	   json-c argon2 cryptsetup kmod lddtree mkinitfs \
-	   community/go libffi community/ghc \
+	   community/go libffi community/ghc community/rust \
 	   $KERNEL_PKG ; do
 
 	EXTRADEPENDS_TARGET="$EXTRADEPENDS_TARGET" \
-- 
GitLab