1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

libcurl4-nss-dev -> libcurl4-dev

We're trying to fix some weird cross-apps conflicts because of stupid dependency conflicts ... in particular various app require different versions of libcurl4-*-dev conflicting with each other, but it should be fine to just request libcurl4-dev
This commit is contained in:
Alexandre Aubin 2020-09-11 14:24:18 +02:00 committed by GitHub
parent 29e96110b5
commit 3147393e2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="postgresql libstdc++6 redis-server rabbitmq-server libcurl4-nss-dev"
pkg_dependencies="postgresql libstdc++6 redis-server rabbitmq-server libcurl4-dev"
#=================================================
# PERSONAL HELPERS