1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_signal_ynh.git synced 2024-09-03 19:46:07 +02:00

Pin dependency signald>=0.15.0-27

Starting with -27, the libc issue should be solved and the package
should work again on buster.
This commit is contained in:
Mayeul Cantan 2021-10-29 00:53:29 +02:00 committed by Mayeul Cantan
parent d27369c631
commit fc1ba62e65

View file

@ -6,7 +6,7 @@
# dependencies used by the app
pkg_dependencies="postgresql python3"
extra_dependencies="libunixsocket-java signald signaldctl"
extra_dependencies="libunixsocket-java signald>=0.15.0-27 signaldctl"
#=================================================
# PERSONAL HELPERS
#=================================================