mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
fix/update_dependencies_202307_fedora_almalinux (#182)
Co-authored-by: parazyd <parazyd@users.noreply.github.com>
This commit is contained in:
@@ -37,7 +37,7 @@ setup_xbps() {
|
||||
}
|
||||
|
||||
setup_dnf() {
|
||||
dnf_deps="git make gcc pkg-config alsa-lib-devel openssl-devel sqlcipher-devel"
|
||||
dnf_deps="git make gcc pkg-config findutils lato-fonts fontconfig-devel perl-FindBin perl-File-Compare alsa-lib-devel python3-devel alsa-lib-devel openssl-devel sqlcipher-devel"
|
||||
$1 install -y $dnf_deps || return 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user