Merge pull request #122430 from dotlambda/kdeltachat-webp

This commit is contained in:
Sandro 2021-05-10 19:11:01 +02:00 committed by GitHub
commit 5829cdaa1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
, pkg-config
, kirigami2
, libdeltachat
, qtimageformats
, qtmultimedia
}:
@ -29,6 +30,7 @@ mkDerivation rec {
buildInputs = [
kirigami2
libdeltachat
qtimageformats
qtmultimedia
];