audiotube: Add missing qtimageformats dependency

It is *recommended* in the README. (but not required?)

> YouTube uses webp images for the cover art, so you will need to install qtimageformats.

This solves these logged messages:

```
[...] RoundedImage.qml:16:9: QML Image: Error decoding [...].webp: Unsupported image format
```
This commit is contained in:
Samuel Dionne-Riel 2022-11-30 23:03:28 -05:00
parent 4b8a04a32b
commit 9035cb111a

View file

@ -8,6 +8,7 @@
, kcrash
, ki18n
, kirigami2
, qtimageformats
, qtmultimedia
, qtquickcontrols2
, python3Packages
@ -30,6 +31,7 @@ mkDerivation rec {
kcrash
ki18n
kirigami2
qtimageformats
qtmultimedia
qtquickcontrols2
] ++ pythonPath;