diff options
author | Leah Rowe <leah@libreboot.org> | 2024-01-20 18:54:53 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-01-20 18:54:53 +0000 |
commit | 33e25a3355318e15e24401ac986df62db1e58336 (patch) | |
tree | 042cafc6dcf903240a669d12681a692df7e3d47e /config/dependencies/parabola | |
parent | 37817e6bcb7c7272d7c70c3afe89a5b3b2604824 (diff) |
dependencies/arch: add pandoc to dependencies
pandoc is required by the grub build system, when
running autoconf at the start of the build process
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/dependencies/parabola')
-rw-r--r-- | config/dependencies/parabola | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/dependencies/parabola b/config/dependencies/parabola index ab84495a..8a1550de 100644 --- a/config/dependencies/parabola +++ b/config/dependencies/parabola @@ -4,7 +4,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 libpciaccess libusb nasm ncurses openssl p7zip \ -parted pciutils perl perl-libwww python python-setuptools rsync sharutils \ -subversion swig texinfo ttf-dejavu unarchiver unifont-utils unzip wget xz \ -zlib \ +pandoc parted pciutils perl perl-libwww python python-setuptools rsync \ +sharutils subversion swig texinfo ttf-dejavu unarchiver unifont-utils unzip \ +wget xz zlib \ " |