kfilemetadata: enable Qt Multimedia dependency
This commit is contained in:
parent
6cb7bf2dc2
commit
e1fd278759
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
mkDerivation, lib, copyPathsToStore,
|
mkDerivation, lib, copyPathsToStore,
|
||||||
extra-cmake-modules,
|
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 {
|
mkDerivation {
|
||||||
@ -9,8 +9,8 @@ mkDerivation {
|
|||||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [
|
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);
|
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user