Merge pull request #150435 from unclechu/psi-plus-add-webp-support

psi-plus: add WebP support
This commit is contained in:
Guillaume Girol 2021-12-18 20:25:12 +00:00 committed by GitHub
commit 725578a2c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@
, cmake , cmake
, qtbase , qtbase
, qtmultimedia , qtmultimedia
, qtimageformats
, qtx11extras , qtx11extras
, qttools , qttools
, libidn , libidn
@ -67,6 +68,7 @@ mkDerivation rec {
buildInputs = [ buildInputs = [
qtbase qtbase
qtmultimedia qtmultimedia
qtimageformats
qtx11extras qtx11extras
libidn libidn
qca-qt5 qca-qt5