kfilemetadata: ffmpeg_3 -> ffmpeg

This commit is contained in:
Peter Hoeg 2021-04-27 18:20:53 +08:00
parent ad21fe666d
commit 8a8069c08a

View File

@ -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 = [