diff options
author | Daigo 3 Dango <zunda@users.noreply.github.com> | 2017-09-12 21:30:13 -1000 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-13 09:30:13 +0200 |
commit | 081f907f909c5c8d0993dd7f4f8e7a945a6b1623 (patch) | |
tree | 436f3ba8cb4f62f654bb073bfbb3cc64102f6c8f | |
parent | f29918e7071160f277ac5834d83e409d8fa20063 (diff) |
Specify libicu explicitly in Aptfile (#4920)
It seems libicu-dev no longer installs libicu55 needed by charlock_holmes.
-rw-r--r-- | Aptfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Aptfile b/Aptfile index 48dff1a77..5dac83607 100644 --- a/Aptfile +++ b/Aptfile @@ -1,4 +1,5 @@ ffmpeg +libicu[0-9][0-9] libicu-dev libidn11 libidn11-dev |