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:
parent
4b8a04a32b
commit
9035cb111a
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
, kcrash
|
||||
, ki18n
|
||||
, kirigami2
|
||||
, qtimageformats
|
||||
, qtmultimedia
|
||||
, qtquickcontrols2
|
||||
, python3Packages
|
||||
|
@ -30,6 +31,7 @@ mkDerivation rec {
|
|||
kcrash
|
||||
ki18n
|
||||
kirigami2
|
||||
qtimageformats
|
||||
qtmultimedia
|
||||
qtquickcontrols2
|
||||
] ++ pythonPath;
|
||||
|
|
Loading…
Reference in a new issue