kfilemetadata: ffmpeg_3 -> ffmpeg
This commit is contained in:
parent
ad21fe666d
commit
8a8069c08a
@ -1,14 +1,33 @@
|
|||||||
{
|
{ mkDerivation
|
||||||
mkDerivation,
|
, lib
|
||||||
extra-cmake-modules,
|
, extra-cmake-modules
|
||||||
attr, ebook_tools, exiv2, ffmpeg_3, karchive, kcoreaddons, ki18n, poppler, qtbase, qtmultimedia, taglib
|
, attr
|
||||||
|
, ebook_tools
|
||||||
|
, exiv2
|
||||||
|
, ffmpeg
|
||||||
|
, karchive
|
||||||
|
, kcoreaddons
|
||||||
|
, ki18n
|
||||||
|
, poppler
|
||||||
|
, qtbase
|
||||||
|
, qtmultimedia
|
||||||
|
, taglib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
name = "kfilemetadata";
|
name = "kfilemetadata";
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
attr ebook_tools exiv2 ffmpeg_3 karchive kcoreaddons ki18n poppler qtbase qtmultimedia
|
attr
|
||||||
|
ebook_tools
|
||||||
|
exiv2
|
||||||
|
ffmpeg
|
||||||
|
karchive
|
||||||
|
kcoreaddons
|
||||||
|
ki18n
|
||||||
|
poppler
|
||||||
|
qtbase
|
||||||
|
qtmultimedia
|
||||||
taglib
|
taglib
|
||||||
];
|
];
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user