We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d48b1 commit 59e22dbCopy full SHA for 59e22db
etc/scripts/get-stack.sh
@@ -188,7 +188,7 @@ do_debian_install() {
188
# and install the necessary dependencies explicitly.
189
do_fedora_install() {
190
install_dependencies() {
191
- dnf_install_pkgs perl make automake gcc gmp-devel libffi zlib xz tar
+ dnf_install_pkgs perl make automake gcc gmp-devel libffi zlib-devel xz tar
192
}
193
194
if is_64_bit ; then
0 commit comments