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:
parent
d27369c631
commit
fc1ba62e65
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue