mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
3b92ac97b6
gru_bob fails to build without python-setuptools. this isn't a huge issue, because most users probably have it already as many other python programs depend on it too. that's probably why no one noticed until now, when i tried to do this on a fresh artix install uncontaminated by python. i also sorted and deduplicated the packages with 'sort -u'.
12 lines
559 B
Plaintext
12 lines
559 B
Plaintext
pkg_add="xbps-install -y"
|
|
pkglist=" \
|
|
acpica-utils autogen base-devel bison cmake \
|
|
cross-arm-none-eabi-binutils cross-arm-none-eabi-gcc \
|
|
cross-arm-none-eabi-libstdc++ cross-arm-none-eabi-newlib curl \
|
|
dejavu-fonts-ttf device-mapper doxygen e2fsprogs flexflex font-unifont-bdf \
|
|
freetype fuse gawk gcc-ada gdb gettext gettext-devel git help2man \
|
|
innoextract libftdi1 libpciaccess libusb nasm ncurses ncurses-devel openssl
|
|
p7zip parted pciutils perl perl-LWP python python3 python3-setuptools rsync \
|
|
sharutils subversion texinfo unar unzip wget xz zlib \
|
|
"
|