Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix list of dependencies for archlinux builds (#628)
For archlinux builds install `base-devel` metapackage instead of individual tools. This fixes the build error triggered by missing `debugedit` tool: ``` ==> ERROR: Cannot find the debugedit binary required for including source files in debug packages. ``` `base-devel` metapackage contains following packages (as the time of writing): ``` $ pacman -Qi base-devel | grep Depends Depends On : archlinux-keyring autoconf automake binutils bison debugedit fakeroot file findutils flex gawk gcc gettext grep groff gzip libtool m4 make pacman patch pkgconf sed sudo texinfo which ```
- Loading branch information