kfilemetadata: enable Qt Multimedia dependency

This commit is contained in:
Thomas Tuegel 2017-07-29 13:33:56 -05:00
parent 6cb7bf2dc2
commit e1fd278759
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -1,7 +1,7 @@
{
mkDerivation, lib, copyPathsToStore,
extra-cmake-modules,
attr, ebook_tools, exiv2, ffmpeg, karchive, ki18n, poppler, qtbase, taglib
attr, ebook_tools, exiv2, ffmpeg, karchive, ki18n, poppler, qtbase, qtmultimedia, taglib
}:
mkDerivation {
@ -9,8 +9,8 @@ mkDerivation {
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [
attr ebook_tools exiv2 ffmpeg karchive ki18n poppler taglib
attr ebook_tools exiv2 ffmpeg karchive ki18n poppler qtbase qtmultimedia
taglib
];
propagatedBuildInputs = [ qtbase ];
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
}