diff options
author | Hayden <contact@winisreallybored.com> | 2022-11-05 14:57:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-05 22:57:58 +0100 |
commit | c8bf6192e43e426b71d2543dc29a2cba8cc9ac80 (patch) | |
tree | aae342ff93df7854921baa3eea03b91990ccd5e7 /Aptfile | |
parent | 3a41fccc43931d12216aa491b234805892dc0861 (diff) |
Heroku fix (#19807)
Currently building on Heroku fails with a package error for libidn11. Since Mastodon uses idn-ruby 0.1.2 we should upgrade to libidn12
Diffstat (limited to 'Aptfile')
-rw-r--r-- | Aptfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Aptfile b/Aptfile index 9235141ad..a52eef4e1 100644 --- a/Aptfile +++ b/Aptfile @@ -1,8 +1,8 @@ ffmpeg libicu[0-9][0-9] libicu-dev -libidn11 -libidn11-dev +libidn12 +libidn-dev libpq-dev libxdamage1 libxfixes3 |