Skip to content

Commit ada4597

Browse files
committed
Merge branch 'fedora' of https://github.com/afcowie/stack
2 parents d23169b + 59e22db commit ada4597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/scripts/get-stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ do_debian_install() {
188188
# and install the necessary dependencies explicitly.
189189
do_fedora_install() {
190190
install_dependencies() {
191-
dnf_install_pkgs perl make automake gcc gmp-devel libffi zlib xz tar git gnupg
191+
dnf_install_pkgs perl make automake gcc gmp-devel libffi zlib-devel xz tar git gnupg
192192
}
193193

194194
if is_64_bit ; then

0 commit comments

Comments
 (0)