mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
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
@ -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 New Issue
Block a user