diff options
author | Leah Rowe <leah@libreboot.org> | 2025-01-04 00:59:33 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-01-04 00:59:33 +0000 |
commit | 4b51787d0781c59798cb6b636a61445b2ae5ea34 (patch) | |
tree | f51ebbcd2b8481090b57a67ff5dd31f782e37f85 /config/dependencies/parabola | |
parent | 8bd028ec15325c633c5066b5dfbbd2794d2abc3c (diff) |
add less to arch dependencies
probably not actually needed, but it annoys me that it doesn't
come installed by default, and it's needed for certain git
operations
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/dependencies/parabola')
-rw-r--r-- | config/dependencies/parabola | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dependencies/parabola b/config/dependencies/parabola index 9a4006a4..0a7ae49a 100644 --- a/config/dependencies/parabola +++ b/config/dependencies/parabola @@ -6,7 +6,7 @@ acpica arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib \ autogen base-devel bdf-unifont bison cmake curl device-mapper doxygen \ dtc e2fsprogs flex freetype2 fuse2 gawk gcc-ada gdb gettext git \ help2man innoextract libftdi libgpiod libjaylink libpciaccess libusb nasm \ -ncurses openssl p7zip \ +ncurses openssl p7zip less \ pandoc parted pciutils perl perl-libwww python python-setuptools rsync \ sharutils subversion swig texinfo ttf-dejavu unarchiver unifont-utils unzip \ wget xz zlib ccache \ |