I noticed the snap updated to 15.0.2 which is cool. However, I am missing the imagick dependency. I am happy to install it or submit a pull request for the updated snap. Is this a known issue?

snap info nextcloud output
name: nextcloud
summary: Nextcloud Server - A safe home for all your data
publisher: Nextcloudβ
contact: https://github.com/nextcloud/nextcloud-snap
license: unset
description: |
Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in
a data center or at a provider. And that is where your files will be. Nextcloud runs on that
server, protecting your data and giving you access from your desktop or mobile devices. Through
Nextcloud you also access, sync and share your existing data on that FTP drive at school, a
Dropbox or a NAS you have at home.
commands:
- nextcloud.disable-https
- nextcloud.enable-https
- nextcloud.export
- nextcloud.import
- nextcloud.manual-install
- nextcloud.mysql-client
- nextcloud.mysqldump
- nextcloud.occ
services:
nextcloud.apache: simple, enabled, active
nextcloud.mdns-publisher: simple, enabled, active
nextcloud.mysql: simple, enabled, active
nextcloud.nextcloud-cron: simple, enabled, active
nextcloud.nextcloud-fixer: simple, enabled, inactive
nextcloud.php-fpm: simple, enabled, active
nextcloud.redis-server: simple, enabled, active
nextcloud.renew-certs: simple, enabled, active
snap-id: njObIbGQEaVx1H4nyWxchk1i8opy4h54
tracking: stable
refresh-date: 2 days ago, at 02:24 UTC
channels:
stable: 15.0.2snap2 2019-02-03 (11341) 177MB -
candidate: β
beta: β
edge: master-2019-02-03 2019-02-03 (11359) 188MB -
15/stable: 15.0.2snap2 2019-02-03 (11341) 177MB -
15/candidate: β
15/beta: β
15/edge: 15-2019-02-02 2019-02-02 (11332) 187MB -
14/stable: 14.0.6snap1 2019-01-26 (11140) 175MB -
14/candidate: β
14/beta: β
14/edge: 14-2019-02-02 2019-02-02 (11334) 185MB -
13/stable: 13.0.10snap1 2019-01-19 (10862) 170MB -
13/candidate: β
13/beta: β
13/edge: 13-2019-02-02 2019-02-02 (11327) 180MB -
12/stable: 12.0.13snap1 2019-01-07 (10633) 197MB -
12/candidate: β
12/beta: β
12/edge: β
11/stable: 11.0.8snap1 2018-05-10 (6962) 193MB -
11/candidate: β
11/beta: β
11/edge: β
installed: 15.0.2snap2 (11341) 177MB -
Nothing has actually changed, it has always been this way, but Nextcloud v15 decided to start warning about it (https://github.com/nextcloud/server/issues/13099). We do not ship such an insecure piece of software in the snap (imagick has a dreadful security history), and don't think Nextcloud should be using it at all. The warning will go away if you disable the theming app. If you need the theming app, then you don't get automatically-generated favicons. I think that's the only feature imagick gives you (but I could be wrong-- I have it disabled).
Cool. I will just disable it. Thanks @kyrofa
My pleasure :) .
Most helpful comment
Nothing has actually changed, it has always been this way, but Nextcloud v15 decided to start warning about it (https://github.com/nextcloud/server/issues/13099). We do not ship such an insecure piece of software in the snap (imagick has a dreadful security history), and don't think Nextcloud should be using it at all. The warning will go away if you disable the theming app. If you need the theming app, then you don't get automatically-generated favicons. I think that's the only feature imagick gives you (but I could be wrong-- I have it disabled).